bump version

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-10-31 18:06:11 +01:00
parent bc574f4d94
commit 7138df5b51
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ see http://pytest.org for documentation and details
(c) Holger Krekel and others, 2004-2010
"""
__version__ = '2.0.0.dev10'
__version__ = '2.0.0.dev11'
__all__ = ['config', 'cmdline']
@ -13,4 +13,4 @@ from pytest import _core as cmdline
UsageError = cmdline.UsageError
def __main__():
raise SystemExit(cmdline.main())
raise SystemExit(cmdline.main())

View File

@ -22,7 +22,7 @@ def main():
name='pytest',
description='py.test: simple powerful testing with Python',
long_description = long_description,
version='2.0.0.dev10',
version='2.0.0.dev11',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],