summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Simpson <tim.simpson@rackspace.com>2013-02-19 17:54:10 -0600
committerTim Simpson <tim.simpson@rackspace.com>2013-02-19 17:54:10 -0600
commit8260d31799354ea0289b9dc75fb56b59ca832b68 (patch)
tree09ce8706aa34e086766f795ddd8f015092ce6ee0 /setup.py
parentee663ae196326bf90b3cdf678b4ec417f102d3db (diff)
downloadpython-troveclient-8260d31799354ea0289b9dc75fb56b59ca832b68.tar.gz
Bumping version number.
Change-Id: Ieda6382ea0f1cf16c304baccb1b732aef23afcfb
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 2f5481c..531c541 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ def read_file(file_name):
setuptools.setup(
name="python-reddwarfclient",
- version="0.1.1",
+ version="0.1.2",
author="OpenStack",
description="Rich client bindings for Reddwarf REST API.",
long_description="""Rich client bindings for Reddwarf REST API.""",