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