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