From 609293482de5ec5707c12ad78fe6d480b592033d Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Fri, 26 May 2023 08:01:47 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.6.10=20=E2=86=92=202.7.0=20?= =?UTF-8?q?[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')