From 255051e6f9bc72958b22297e887a7f5a56452b8e Mon Sep 17 00:00:00 2001 From: Christos Andrikos Date: Fri, 13 Mar 2020 15:07:46 +0200 Subject: [PATCH] Bump release version --- txclib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txclib/__init__.py b/txclib/__init__.py index 372bd5f5..5865ac28 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.7' +__version__ = '0.13.8'