diff --git a/setup.cfg b/setup.cfg index c38fa01..c7433ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = 3.0.1 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 5e19e0a..e9eec37 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name='pytest-testdox', - version='3.0.0', + version='3.0.1', description='A testdox format reporter for pytest', long_description=read('README.md'), long_description_content_type='text/markdown',