Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 committed Nov 17, 2010
1 parent 2a82516 commit 93a4365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(c) Holger Krekel and others, 2004-2010
"""
__version__ = '2.0.0.dev29'
__version__ = '2.0.0.dev30'
__all__ = ['main']

from _pytest.core import main, UsageError, _preloadplugins
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main():
name='pytest',
description='py.test: simple powerful testing with Python',
long_description = long_description,
version='2.0.0.dev29',
version='2.0.0.dev30',
url='http:https://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
Expand Down

0 comments on commit 93a4365

Please sign in to comment.