summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSandy Walsh <sandy@sandywalsh.com>2011-02-24 17:58:25 -0400
committerSandy Walsh <sandy@sandywalsh.com>2011-02-24 17:58:25 -0400
commitedff3ce1f466496e3e02215726c580eb7e818d49 (patch)
tree5628729d8bac7de37dce3cb7eba4627ea36dc768 /setup.py
parent9db6490f44c715b7f86d4a9d053a7f738e9389c4 (diff)
downloadpython-novaclient-edff3ce1f466496e3e02215726c580eb7e818d49.tar.gz
tweaked release notes
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 032c4454..7772af54 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ if sys.version_info < (2,6):
setup(
name = "python-novatools",
- version = "2.1",
+ version = "2.2",
description = "Client library for OpenStack Nova API",
long_description = read('README.rst'),
url = 'https://github.com/rackspace/python-novatools',