up pytest version to 2.1.0.dev8, depend on py-1.4.4.dev2

This commit is contained in:
holger krekel 2011-07-05 19:14:38 +02:00
parent 4e8b9fab3c
commit e91dc7c895
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
#
__version__ = '2.1.0.dev7'
__version__ = '2.1.0.dev8'

View File

@ -22,14 +22,14 @@ def main():
name='pytest',
description='py.test: simple powerful testing with Python',
long_description = long_description,
version='2.1.0.dev7',
version='2.1.0.dev8',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='Holger Krekel, Benjamin Peterson, Ronny Pfannschmidt, Floris Bruynooghe and others',
author_email='holger at merlinux.eu',
entry_points= make_entry_points(),
install_requires=['py>1.4.3'],
install_requires=['py>=1.4.4.dev2'],
classifiers=['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',