From 93573013a8a9221325385ad0cf2856efd320ee14 Mon Sep 17 00:00:00 2001 From: Alex Tomkins Date: Mon, 1 Jan 2018 20:58:25 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2d2b0fa..4560cdc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1 +current_version = 0.1.1 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index aa0fb4d..af19065 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='pymeistertask', - version='0.1', + version='0.1.1', description='MeisterTask client library', long_description='MeisterTask client library', url='https://github.com/tomkins/pymeistertask',