bump version

This commit is contained in:
holger krekel 2011-05-11 11:23:46 +02:00
parent 63ccec90be
commit ee53b1f591
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
#
__version__ = '2.0.3'
__version__ = '2.0.4.dev0'

View File

@ -52,7 +52,7 @@ copyright = u'2011, holger krekel et alii'
version = '2.0'
# The full version, including alpha/beta/rc tags.
import py, pytest
assert py.path.local().relto(py.path.local(pytest.__file__).dirpath().dirpath())
#assert py.path.local().relto(py.path.local(pytest.__file__).dirpath().dirpath())
release = pytest.__version__
# The language for content autogenerated by Sphinx. Refer to documentation

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.3',
version='2.0.4.dev0',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],