Bump version: 0.2.1 → 0.2.2.dev0

This commit is contained in:
Gorka Eguileor
2018-07-04 20:13:52 +02:00
parent 65977d1dbe
commit bd3ff23a8d
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.2.2.dev0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:\.dev(?P<dev>\d+))?

View File

@@ -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,