bump version

This commit is contained in:
holger krekel
2010-12-07 12:38:45 +01:00
parent 1c712fe6a0
commit 319e247de5
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="pytest-xdist",
version='1.6',
version='1.6.dev2',
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
long_description=open('README.txt').read(),
license='GPLv2 or later',

View File

@@ -1,2 +1,2 @@
#
__version__ = '1.6'
__version__ = '1.6.dev2'