summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-05-22 08:29:09 -0400
committerMonty Taylor <mordred@inaugust.com>2012-05-22 08:29:09 -0400
commit7bbb5c72cad5148c0b0231f659aa9220e1987ea0 (patch)
tree5f6f0210367bd495a3648abfb92f561c2bd7a08b /setup.py
parentc9dfd144d11b6371da95469e8fcff7315d1c0c4e (diff)
downloadpython-swiftclient-7bbb5c72cad5148c0b0231f659aa9220e1987ea0.tar.gz
Version bump after pypi release.
Change-Id: Ic8a6d5de110165dbf2be106e35326288a3ecc928
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 6b2818f..d70a473 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ from swiftclient.openstack.common import setup
# TODO: Figuring out how we are going to do the versioning (and if
# any).
-version = '1.0'
+version = '1.1'
name = 'python-swiftclient'
requires = setup.parse_requirements()