diff --git a/setup.cfg b/setup.cfg index b3fe99405..56dad7681 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.0 +current_version = 0.7.1 commit = True tag = True @@ -19,3 +19,4 @@ merge_marks = on pdb = on isort = off solium = on + diff --git a/setup.py b/setup.py index 467131ceb..ae6377dd1 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.7.0' +VERSION = '0.7.1' setup( name="d3a",