From 0805eb0f75d32c2690dd3aee51b9c84160060238 Mon Sep 17 00:00:00 2001 From: Mark Adams Date: Wed, 6 Apr 2016 11:57:16 -0500 Subject: [PATCH] Increment version to 1.0.1 Apparently, last time I released, I didn't commit the version increase --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70345b2..3f17ef8 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='0.9', + version='1.0.1', long_description=read('README.rst'), install_requires=['pytest>=2.5'], classifiers=['Development Status :: 5 - Production/Stable',