diff --git a/setup.py b/setup.py index 903180e..f8880b2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read(fname): author='Mark Adams', author_email='mark@markadams.me', packages=['pytest_test_groups'], - version='1.0.2', + version='1.0.3', long_description=read('README.rst'), install_requires=['pytest>=2.5'], classifiers=['Development Status :: 5 - Production/Stable',