From 194f5be88f6fb54c5f3b25b35bca53d40953b841 Mon Sep 17 00:00:00 2001 From: hpk Date: Sun, 27 Jan 2008 12:55:27 +0100 Subject: [PATCH] [svn r51077] bump version number --HG-- branch : trunk --- py/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py/__init__.py b/py/__init__.py index 4ab27c0b5..e3475c3d0 100644 --- a/py/__init__.py +++ b/py/__init__.py @@ -7,12 +7,12 @@ """ from initpkg import initpkg -version = "0.9.1-alpha" +version = "1.0-pre-alpha" initpkg(__name__, description = "pylib and py.test: agile development and test support library", - revision = int('$LastChangedRevision: 51034 $'.split(':')[1][:-1]), - lastchangedate = '$LastChangedDate: 2008-01-25 16:54:04 +0100 (Fri, 25 Jan 2008) $', + revision = int('$LastChangedRevision: 51077 $'.split(':')[1][:-1]), + lastchangedate = '$LastChangedDate: 2008-01-27 12:55:27 +0100 (Sun, 27 Jan 2008) $', version = version, url = "http://codespeak.net/py", download_url = "XXX", # "http://codespeak.net/download/py/py-%s.tar.gz" %(version,),