From 078feb8547d863ea1f1fa46efd40b8db04666f0d Mon Sep 17 00:00:00 2001 From: Levente Pap Date: Fri, 20 Mar 2020 12:23:23 +0100 Subject: [PATCH] Bump version number to 3.0.0b1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee9c74a..07d228f 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ name='PyOTA', description='IOTA API library for Python', url='https://github.com/iotaledger/iota.py', - version='2.3.0b1', + version='3.0.0b1', long_description=long_description,