summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@chmouel.com>2012-05-08 16:30:49 +0100
committerChmouel Boudjnah <chmouel@chmouel.com>2012-05-08 16:30:49 +0100
commit27c8fee760dcc99624365b858aa3af1e68c75e0a (patch)
treed81ee47091fde2df9e087eb2c31580472d2ad4d6 /setup.py
parentb053b5d193f651e6e4a4b18df2ecef077a185712 (diff)
downloadpython-swiftclient-27c8fee760dcc99624365b858aa3af1e68c75e0a.tar.gz
Defined version to 1.0
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 309a241..926e142 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import sys
# TODO: Figuring out how we are going to do the versionning (and if
# any).
-version = '0.1'
+version = '1.0'
name = 'python-swiftclient'
requires = []