From bd3ff23a8d24607701881a8b06635aca5a8ff6b5 Mon Sep 17 00:00:00 2001 From: Gorka Eguileor Date: Wed, 4 Jul 2018 20:13:52 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.1=20=E2=86=92=200.2.2.dev?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cinderlib/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cinderlib/__init__.py b/cinderlib/__init__.py index ed59a5c..62378f4 100644 --- a/cinderlib/__init__.py +++ b/cinderlib/__init__.py @@ -5,7 +5,7 @@ from cinderlib import objects __author__ = """Gorka Eguileor""" __email__ = 'geguileo@redhat.com' -__version__ = '0.2.1' +__version__ = '0.2.2.dev0' DEFAULT_PROJECT_ID = objects.DEFAULT_PROJECT_ID DEFAULT_USER_ID = objects.DEFAULT_USER_ID diff --git a/setup.cfg b/setup.cfg index a7b46e6..122fa8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2.dev0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:\.dev(?P\d+))? diff --git a/setup.py b/setup.py index b352e7b..e3db4d6 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ extras = { setuptools.setup( name='cinderlib', - version='0.2.1', + version='0.2.2.dev0', description=("Cinder Library allows using storage drivers outside of " "Cinder."), long_description=readme + '\n\n' + history,