fix version numbers

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-04-22 16:51:42 +02:00
parent 85d35f7418
commit ff90b1b4fb
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ dictionary or an import path.
(c) Holger Krekel and others, 2004-2010 (c) Holger Krekel and others, 2004-2010
""" """
_version__ = version = "1.2.2" __version__ = version = "1.2.2"
import py.apipkg import py.apipkg

View File

@ -21,13 +21,12 @@ For questions please check out http://pylib.org/contact.html
(c) Holger Krekel and others, 2004-2010 (c) Holger Krekel and others, 2004-2010
""" """
trunk = None
def main(): def main():
setup( setup(
name='py', name='py',
description='py.test and pylib: rapid testing and development utils.', description='py.test and pylib: rapid testing and development utils.',
long_description = long_description, long_description = long_description,
version= trunk or '1.2.2', version= '1.2.2',
url='http://pylib.org', url='http://pylib.org',
license='MIT license', license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],