From 27c8fee760dcc99624365b858aa3af1e68c75e0a Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah <chmouel@chmouel.com> Date: Tue, 8 May 2012 16:30:49 +0100 Subject: [PATCH] Defined version to 1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 309a2416..926e142c 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 = []