diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8a92e77..56618c5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.6.0 +current_version = 2.7.0 commit = True tag = True diff --git a/setup.py b/setup.py index ac77d86..a93dcd2 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read_file(fname): name='pytest-testrail', description='pytest plugin for creating TestRail runs and adding results', long_description=read_file('README.rst'), - version='2.6.0', + version='2.7.0', author='Allan Kilpatrick', author_email='allanklp@gmail.com', url='http://github.com/allankp/pytest-testrail/',