summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-04-12 13:23:30 -0700
committerMonty Taylor <mordred@inaugust.com>2012-04-12 13:23:30 -0700
commit49e831a2dbc086035e1ca3a322a87e7decb397d0 (patch)
tree42eaf2d9c68587cb074ce8cea1368b40a67438e9
parenta03a654031e5973085c3f12007517cd6c991743c (diff)
downloadpython-novaclient-49e831a2dbc086035e1ca3a322a87e7decb397d0.tar.gz
Version bump to fix merge conflict on pypi.2.6.0.1
Change-Id: I7cac459da5817af96c1ab423b908a4d275ca9c75
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9d2d579f..df7b5b04 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ if sys.version_info < (2, 6):
setup(
name = "python-novaclient",
- version = "2.6.0",
+ version = "2.6.0.1",
description = "Client library for OpenStack Nova API",
long_description = read('README.rst'),
url = 'https://github.com/rackspace/python-novaclient',