targetting a b9

--HG--
branch : 1.0.x
This commit is contained in:
holger krekel
2009-07-23 20:16:27 +02:00
parent 73b10812c5
commit 875ebc18ef
3 changed files with 6 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ For questions please check out http://pylib.org/contact.html
from initpkg import initpkg
trunk = None
version = trunk or "1.0.0b8"
version = trunk or "1.0.0b9"
initpkg(__name__,
description = "py.test and pylib: advanced testing tool and networking lib",