diff options
author | Sandy Walsh <sandy@sandywalsh.com> | 2011-07-12 14:54:20 -0700 |
---|---|---|
committer | Sandy Walsh <sandy@sandywalsh.com> | 2011-07-12 14:54:20 -0700 |
commit | 1920e32b1f18113cf0bb746f80e88dab3fb434c2 (patch) | |
tree | 265872bb4cbe391f402854d2010a6b12cd7cd4dc /setup.py | |
parent | be03eb5fa42490d794e9e5572a0a80ac01dd9175 (diff) | |
download | python-novaclient-1920e32b1f18113cf0bb746f80e88dab3fb434c2.tar.gz |
version bump
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ if sys.version_info < (2,6): setup( name = "python-novaclient", - version = "2.5.7", + version = "2.5.8", description = "Client library for OpenStack Nova API", long_description = read('README.rst'), url = 'https://github.com/rackspace/python-novaclient', |