From bbee7b99d9bd4ff736eb4ecb2ece8b07bb18a3fb Mon Sep 17 00:00:00 2001 From: deeenes Date: Wed, 7 Feb 2024 00:34:31 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.16.5=20=E2=86=92=200.16.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pypath/_metadata.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1fb4f9076..16db4a76a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.5 +current_version = 0.16.6 commit = True tag = True files = pyproject.toml pypath/_metadata.py diff --git a/pypath/_metadata.py b/pypath/_metadata.py index 4e8c8e833..63bf48ef4 100644 --- a/pypath/_metadata.py +++ b/pypath/_metadata.py @@ -29,7 +29,7 @@ import toml -_VERSION = '0.16.5' +_VERSION = '0.16.6' def get_metadata(): diff --git a/pyproject.toml b/pyproject.toml index e05379e04..19233629a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pypath-omnipath" -version = "0.16.5" +version = "0.16.6" description = "Molecular signaling prior knowledge processing" license = "GPL-3.0-only" authors = [