summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 b4059600..ce554e82 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ setup.generate_authors()
setuptools.setup(
name="python-novaclient",
- version="2012.2",
+ version=setup.get_post_version('novaclient'),
author="Rackspace, based on work by Jacob Kaplan-Moss",
author_email="github@racklabs.com",
description="Client library for OpenStack Nova API.",