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