upping version to 1.5

This commit is contained in:
holger krekel
2010-11-25 20:11:59 +01:00
parent 125991f180
commit 1167186f65
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="pytest-xdist",
version='1.5a11',
version='1.5',
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
long_description=open('README.txt').read(),
license='GPLv2 or later',
@@ -27,4 +27,4 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 3',
],
)
)