diff --git a/setup.cfg b/setup.cfg index 56dad7681..cc2355144 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1 +current_version = 0.8.0 commit = True tag = True diff --git a/setup.py b/setup.py index ae6377dd1..b0acabda1 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.1' +VERSION = '0.8.0' setup( name="d3a",