From 2b488dfd45af4ea468a5b5c43cb9f78774a893a5 Mon Sep 17 00:00:00 2001 From: Levente Pap Date: Mon, 27 Jan 2020 10:37:05 +0100 Subject: [PATCH] Bump version number to 2.3.0b1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a97dccc..fca22f64 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.2.0b1', + version='2.3.0b1', long_description=long_description,