Skip to content

Commit e643e99

Browse files
committed
bump version number to dev version
1 parent 9f6d6f6 commit e643e99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_pytest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#
2-
__version__ = '2.2.3'
2+
__version__ = '2.2.4.dev1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main():
2424
name='pytest',
2525
description='py.test: simple powerful testing with Python',
2626
long_description = long_description,
27-
version='2.2.3',
27+
version='2.2.4.dev1',
2828
url='http://pytest.org',
2929
license='MIT license',
3030
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

0 commit comments

Comments
 (0)