From 16b37dfea5f27003e993b18db973a936347a1c7f Mon Sep 17 00:00:00 2001 From: David Zuber Date: Sat, 18 Jul 2015 15:10:00 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 ++- docs/source/conf.py | 4 ++-- setup.py | 2 +- src/clusterclienttest/__init__.py | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6b6ec70..716dbca 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,6 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 files = setup.py src/clusterclienttest/__init__.py docs/source/conf.py commit = True tag = False + diff --git a/docs/source/conf.py b/docs/source/conf.py index e3c1038..76a0638 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,8 +33,8 @@ project = u'Cluster Client Test' copyright = u'2015, David Zuber' -version = '0.1.0' -release = '0.1.0' +version = '0.1.1' +release = '0.1.1' exclude_patterns = ['_build'] diff --git a/setup.py b/setup.py index bd778d2..894be12 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def run_tests(self): setup( name='clusterclienttest', - version='0.1.0', + version='0.1.1', description='Client for compute nodes to communicate via REST API with master server.', long_description=long_description, author='David Zuber', diff --git a/src/clusterclienttest/__init__.py b/src/clusterclienttest/__init__.py index f2c905a..365dbe6 100644 --- a/src/clusterclienttest/__init__.py +++ b/src/clusterclienttest/__init__.py @@ -1,4 +1,4 @@ __author__ = 'David Zuber' __email__ = 'zuber.david@gmx.de' -__version__ = '0.1.0' +__version__ = '0.1.1'