diff --git a/setup.cfg b/setup.cfg index 686f531c9..b3fe99405 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.7.0 commit = True tag = True diff --git a/setup.py b/setup.py index 92a8ffe9b..467131ceb 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ README = readme.read() # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. -VERSION = '0.6.0' +VERSION = '0.7.0' setup( name="d3a",