diff --git a/setup.cfg b/setup.cfg index 8e6b40f8c..adbd991db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.12.0 commit = True tag = True @@ -18,3 +18,4 @@ flake8 = on merge_marks = on pdb = on isort = off + diff --git a/setup.py b/setup.py index adb904a93..1b15dc6df 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.11.0' +VERSION = '0.12.0' setup( name="d3a",