From 7758abaa801bad6ce632c5fa1c87fa5117ca2875 Mon Sep 17 00:00:00 2001 From: deeenes Date: Fri, 16 Feb 2024 15:34:13 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.16.6=20=E2=86=92=200.16.7?= 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 16db4a76a..842c44df5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.6 +current_version = 0.16.7 commit = True tag = True files = pyproject.toml pypath/_metadata.py diff --git a/pypath/_metadata.py b/pypath/_metadata.py index 63bf48ef4..00d828f70 100644 --- a/pypath/_metadata.py +++ b/pypath/_metadata.py @@ -29,7 +29,7 @@ import toml -_VERSION = '0.16.6' +_VERSION = '0.16.7' def get_metadata(): diff --git a/pyproject.toml b/pyproject.toml index 19233629a..5aee19447 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.6" +version = "0.16.7" description = "Molecular signaling prior knowledge processing" license = "GPL-3.0-only" authors = [