From 2c0ec27d1aa883e5845b11010ba4a675d3a80db2 Mon Sep 17 00:00:00 2001 From: hpk Date: Thu, 26 Mar 2009 13:22:04 +0100 Subject: [PATCH] [svn r63355] bump version --HG-- branch : trunk --- py/__init__.py | 6 +++--- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/py/__init__.py b/py/__init__.py index a727e40f0..64c06ea9a 100644 --- a/py/__init__.py +++ b/py/__init__.py @@ -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, diff --git a/setup.py b/setup.py index 4dddaa508..a1d98937a 100644 --- a/setup.py +++ b/setup.py @@ -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',