summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSandy Walsh <sandy@sandywalsh.com>2011-06-20 19:16:15 -0700
committerSandy Walsh <sandy@sandywalsh.com>2011-06-20 19:16:15 -0700
commit46855896a890d268c77d79bb5c9ae27ed219e655 (patch)
treef91d465fac5e5daee1949b3987dec0d8ff9af547 /setup.py
parent3e9a5489496f956fbc72810e198d3c053416e227 (diff)
downloadpython-novaclient-46855896a890d268c77d79bb5c9ae27ed219e655.tar.gz
fixed up tests after trunk merge and bumped version
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 42204876..353900e6 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ if sys.version_info < (2,6):
setup(
name = "python-novaclient",
- version = "2.5.4",
+ version = "2.5.5",
description = "Client library for OpenStack Nova API",
long_description = read('README.rst'),
url = 'https://github.com/rackspace/python-novaclient',