From 7b768ae5536c0f5d328bd37cdcbd5a485808b957 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Tue, 1 May 2012 14:59:19 -0500 Subject: [PATCH] Reset project version to 0.1 Using a 2012.x version format commits us to the OpenStack release schedule. The project is young and not core, we want to work independant of that at least for a while. Change-Id: I43569630cbfd94d45dfc490cba26991f9238e475 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4df5cded1..adba47a1f 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def read(fname): setuptools.setup( name="python-openstackclient", - version="2012.2", + version="0.1", description="OpenStack command-line client", long_description=read('README.rst'), url='https://github.com/openstack/python-openstackclient',