From 0cebee2d247913086b905a1daeba070e769bce6e Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 12 May 2010 10:30:34 +0200 Subject: [PATCH] bump version to 1.3.1a1 for now --HG-- branch : trunk --- py/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py/__init__.py b/py/__init__.py index 360bbea27..de154b129 100644 --- a/py/__init__.py +++ b/py/__init__.py @@ -8,7 +8,7 @@ dictionary or an import path. (c) Holger Krekel and others, 2004-2010 """ -__version__ = version = "1.3.0" +__version__ = version = "1.3.1a1" import py.apipkg diff --git a/setup.py b/setup.py index 2dca8e13d..25d41fe01 100644 --- a/setup.py +++ b/setup.py @@ -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.0', + version= '1.3.1a1', url='http://pylib.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],