From d65117138459122b5b1540ddb54e47f88aa7706a Mon Sep 17 00:00:00 2001 From: Douglas Mendizabal Date: Thu, 5 Dec 2013 11:22:36 -0600 Subject: Version bump for Icehouse M1. --- barbicanclient/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/barbicanclient/version.py b/barbicanclient/version.py index eeed62b..fac707f 100644 --- a/barbicanclient/version.py +++ b/barbicanclient/version.py @@ -17,5 +17,5 @@ Cloudkeep's Barbican Client version """ -__version__ = '0.4.1' +__version__ = '1.0.0' __version_info__ = tuple(__version__.split('.')) diff --git a/setup.py b/setup.py index 96584ec..5216064 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ setuptools.setup( test_suite='nose.collector', tests_require=['nose'], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Environment :: OpenStack', 'Intended Audience :: Developers', -- cgit v1.2.1