Skip to content

Commit

Permalink
bump version number to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 committed Mar 19, 2012
1 parent 9f6d6f6 commit e643e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _pytest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#
__version__ = '2.2.3'
__version__ = '2.2.4.dev1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():
name='pytest',
description='py.test: simple powerful testing with Python',
long_description = long_description,
version='2.2.3',
version='2.2.4.dev1',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
Expand Down

0 comments on commit e643e99

Please sign in to comment.