From c661994616bc5b4917e45a1c3dcc8e391d23abef Mon Sep 17 00:00:00 2001 From: Owen Campbell Date: Mon, 21 Aug 2017 16:24:14 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.2=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 c9cd34f..22da153 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.2 +current_version = 0.8.0 commit = True tag = True diff --git a/setup.py b/setup.py index c8e9220..de8492d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(*names, **kwargs): setup( name='conference-scheduler-cli', - version='0.7.2', + version='0.8.0', license='MIT license', description='A command line tool to manage the schedule for a conference', long_description='%s\n%s' % (