[py-svn] r63355 - in py/trunk: . py

hpk at codespeak.net hpk at codespeak.net
Thu Mar 26 13:22:05 CET 2009


Author: hpk
Date: Thu Mar 26 13:22:04 2009
New Revision: 63355

Modified:
   py/trunk/py/__init__.py
   py/trunk/setup.py
Log:
bump version


Modified: py/trunk/py/__init__.py
==============================================================================
--- py/trunk/py/__init__.py	(original)
+++ py/trunk/py/__init__.py	Thu Mar 26 13:22:04 2009
@@ -21,7 +21,7 @@
 """
 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",

Modified: py/trunk/setup.py
==============================================================================
--- py/trunk/setup.py	(original)
+++ py/trunk/setup.py	Thu Mar 26 13:22:04 2009
@@ -38,9 +38,9 @@
         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',



More information about the pytest-commit mailing list