[py-svn] r51077 - py/trunk/py
hpk at codespeak.net
hpk at codespeak.net
Sun Jan 27 12:55:29 CET 2008
Author: hpk
Date: Sun Jan 27 12:55:27 2008
New Revision: 51077
Modified:
py/trunk/py/__init__.py
Log:
bump version number
Modified: py/trunk/py/__init__.py
==============================================================================
--- py/trunk/py/__init__.py (original)
+++ py/trunk/py/__init__.py Sun Jan 27 12:55:27 2008
@@ -7,7 +7,7 @@
"""
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",
More information about the py-svn
mailing list