Version bump to fix merge conflict on pypi.

Change-Id: I7cac459da5817af96c1ab423b908a4d275ca9c75
This commit is contained in:
Monty Taylor 2012-04-12 13:23:30 -07:00
parent a03a654031
commit 49e831a2db
1 changed files with 1 additions and 1 deletions

View File

@ -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',