From ca225ce5f92d581ae7cd770abd3dab6b4481fc0e Mon Sep 17 00:00:00 2001 From: Hannes Diedrich Date: Wed, 17 Feb 2021 15:23:01 +0100 Subject: [PATCH] updated_version_number to be alligned with the current version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a50bb3270..76d20c1fd 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ README = readme.read() # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. -VERSION = '0.9.0' +VERSION = '0.10.0' setup( name="d3a",