From 87b4ea4164ca434211d6eefec14556ddbbd42881 Mon Sep 17 00:00:00 2001 From: joemarct Date: Wed, 23 Jun 2021 08:33:43 +0800 Subject: [PATCH] Bumped up version number to publish in pypi --- watchtower/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchtower/__init__.py b/watchtower/__init__.py index 6127a85..ffc9e14 100644 --- a/watchtower/__init__.py +++ b/watchtower/__init__.py @@ -4,7 +4,7 @@ Library for building Python applications that integrate with Watchtower.cash """ -__version__ = '0.1.2' +__version__ = '0.1.3' __author__ = 'Joemar Taganna' __credits__ = 'Paytaca, Inc.'