From 0763e6ae73d7e6a553eb80631d8ec0bc63225fa2 Mon Sep 17 00:00:00 2001 From: Tasos Bakogiannis Date: Wed, 8 Jun 2016 18:40:04 +0300 Subject: [PATCH] Bump version --- txclib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txclib/__init__.py b/txclib/__init__.py index 8bca155e..867b5f31 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.12' +__version__ = '0.12b'