Skip to content

Commit

Permalink
Bump version: 0.9.0 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akrog committed Feb 10, 2021
1 parent 062fa9e commit 6a7565c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ember_csi/__init__.py
Expand Up @@ -2,4 +2,4 @@

__author__ = """Gorka Eguileor"""
__email__ = 'gorka@eguileor.com'
__version__ = '0.9.0'
__version__ = '0.9.1'
2 changes: 1 addition & 1 deletion ember_csi/constants.py
Expand Up @@ -27,7 +27,7 @@
CINDER_VERSION = pkg_resources.get_distribution('cinder').version
CINDERLIB_VERSION = pkg_resources.get_distribution('cinderlib').version
REFRESH_TIME = 1
VENDOR_VERSION = '0.9.0'
VENDOR_VERSION = '0.9.1'
MULTIPATH_FIND_RETRIES = 3

SUPPORTED_SPEC_VERSIONS = ('0.2.0', '0.3.0', '1.0.0', '1.1.0')
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,8 +1,8 @@
[bumpversion]
current_version = 0.9.0
current_version = 0.9.1
commit = True
tag = True
tag_name={new_version}
tag_name = {new_version}

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -101,7 +101,7 @@ def run(self):
'develop': CustomDevelop,
},
name='ember-csi',
version='0.9.0',
version='0.9.1',
description=("Multi-vendor CSI plugin supporting over 80 storage drivers"),
long_description=readme + '\n---\n' + history,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6a7565c

Please sign in to comment.