From 149d6bf47b81d0db4c2d3d98a5f84a569f138eb6 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 18 Nov 2010 15:47:23 +0100 Subject: [PATCH] better version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c479aa4..caa8421 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def get_bzr_version(): setup( name="pandora_client", - version="1.0.%s" % get_bzr_version() , + version="0.0.%s" % get_bzr_version() , description='''pandora_client - commandline client and python api for pan.do/ra can be used interact with pan.do/ra instance via its api.