[svn r63355] bump version

--HG--
branch : trunk
This commit is contained in:
hpk 2009-03-26 13:22:04 +01:00
parent cd3e86d185
commit 2c0ec27d1a
2 changed files with 5 additions and 5 deletions

View File

@ -21,12 +21,12 @@ http://pylib.org/contact.html
"""
from initpkg import initpkg
version = "1.0.0a8"
version = "1.0.0a9"
initpkg(__name__,
description = "pylib and py.test: agile development and test support library",
revision = int('$LastChangedRevision: 63340 $'.split(':')[1][:-1]),
lastchangedate = '$LastChangedDate: 2009-03-26 10:33:50 +0100 (Thu, 26 Mar 2009) $',
revision = int('$LastChangedRevision: 63355 $'.split(':')[1][:-1]),
lastchangedate = '$LastChangedDate: 2009-03-26 13:22:04 +0100 (Thu, 26 Mar 2009) $',
version = version,
url = "http://pylib.org",
download_url = "http://codespeak.net/py/%s/download.html" % version,

View File

@ -38,9 +38,9 @@ def main():
name='py',
description='pylib and py.test: agile development and test support library',
long_description = long_description,
version='1.0.0a8',
version='1.0.0a9',
url='http://pylib.org',
download_url='http://codespeak.net/py/1.0.0a8/download.html',
download_url='http://codespeak.net/py/1.0.0a9/download.html',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel, Guido Wesdorp, Carl Friedrich Bolz, Armin Rigo, Maciej Fijalkowski & others',