From 07f18a1ef2c4db92bfdb1002ab044adb01c0f605 Mon Sep 17 00:00:00 2001 From: Jack Dimas Date: Fri, 12 Jun 2020 15:07:44 +0300 Subject: [PATCH] Bump version to 0.13.10 --- txclib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txclib/__init__.py b/txclib/__init__.py index 6446aa05..88780248 100644 --- a/txclib/__init__.py +++ b/txclib/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- # https://www.python.org/dev/peps/pep-0440/#examples-of-compliant-version-schemes -__version__ = '0.13.9' +__version__ = '0.13.10'