From f2baa06fcf05d7834fec841ab60b379df8b43a0e Mon Sep 17 00:00:00 2001 From: Hannes Diedrich Date: Fri, 18 Sep 2020 11:15:42 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.1=20=E2=86=92=200.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",