From 4deef7eeeff7080e79e17f1d27e2810e28f4c458 Mon Sep 17 00:00:00 2001 From: Jack Dimas Date: Mon, 16 Nov 2020 13:53:12 +0200 Subject: [PATCH] Bump version to 0.14.2 --- txclib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txclib/__init__.py b/txclib/__init__.py index f7c3c3e..cc7beee 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.14.1' +__version__ = '0.14.2'