Bump client version to 0.2.1

This commit is contained in:
Arash Ghoreyshi
2013-06-28 17:10:37 -05:00
parent 6446ac9aff
commit d58235bb12
2 changed files with 2 additions and 2 deletions

View File

@@ -17,5 +17,5 @@
Cloudkeep's Barbican Client version
"""
__version__ = '0.2.0'
__version__ = '0.2.1'
__version_info__ = tuple(__version__.split('.'))

View File

@@ -26,7 +26,7 @@ def read(fname):
setuptools.setup(
name=name,
version="0.2dev",
version="0.2.1dev",
description='Client Library for OpenStack Barbican Key Management API',
long_description=read('README.md'),
keywords="openstack encryption key-management secret",