better version number
This commit is contained in:
parent
66f09da616
commit
149d6bf47b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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.
|
||||
|
|
Loading…
Reference in a new issue