diff --git a/setup.cfg b/setup.cfg index ab0d6f5..1d66a57 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 3c0b199..5843745 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): setup( name='pytest-testdox', - version='0.1.0', + version='0.2.0', description='A testdox format reporter for pytest', long_description=read('README.rst'), author='Renan Ivo',