From aaf239149b42644faea8faa485e42a8c7386f64f Mon Sep 17 00:00:00 2001 From: Levente Pap Date: Wed, 11 Dec 2019 12:23:46 +0100 Subject: [PATCH] Bump version number to 2.2.0b1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3ac97a..0943f48 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ name='PyOTA', description='IOTA API library for Python', url='https://github.com/iotaledger/iota.py', - version='2.1.0', + version='2.2.0b1', long_description=long_description,