From b5488ab7e42bf9df7eeda603ac86a0da2a29403d Mon Sep 17 00:00:00 2001 From: Levente Pap Date: Mon, 14 Oct 2019 12:48:20 +0200 Subject: [PATCH] Bump version number to 1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef8314a..be20b0b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name = 'PyOTA-PoW', description = 'Ccurl PoW Interface for PyOTA', url = 'https://github.com/lzpap/ccurl.interface.py', - version = '1.0.0', + version = '1.0.1', long_description = long_description, packages=['pow'],