From 4dbb061e19686ce9447f243d76d60e97da363159 Mon Sep 17 00:00:00 2001 From: Jack Dimas Date: Wed, 8 Jul 2020 18:34:34 +0300 Subject: [PATCH] Bump version to 0.13.11 --- txclib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txclib/__init__.py b/txclib/__init__.py index 88780248..c14e2fd0 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.10' +__version__ = '0.13.11'