bumping version number to 1.3.4a1

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-08-01 20:44:11 +02:00
parent 8f2b0d0889
commit 31c91796c6
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ dictionary or an import path.
(c) Holger Krekel and others, 2004-2010
"""
__version__ = version = "1.3.3"
__version__ = version = "1.3.4a1"
import py.apipkg

View File

@ -26,7 +26,7 @@ def main():
name='py',
description='py.test and pylib: rapid testing and development utils.',
long_description = long_description,
version= '1.3.3',
version= '1.3.4a1',
url='http://pylib.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],