diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8435ca3..2865dfd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.6.10 +current_version = 2.7.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index c5d25a2..8de700d 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ EMAIL = "mans.magnusson@scilifelab.com" AUTHOR = "Måns Magnusson" REQUIRES_PYTHON = ">=3.7.0" -VERSION = "2.6.10" +VERSION = "2.7.0" with open('requirements.txt') as f: install_requires = f.read().strip().split('\n')