From 2f7192da9d22b1afe16383dea85251536c808dcd Mon Sep 17 00:00:00 2001 From: deeenes Date: Thu, 5 Oct 2023 16:23:03 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.15.12=20=E2=86=92=200.15.13?= 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 9ac9a8b01..fdf90db50 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.12 +current_version = 0.15.13 commit = True tag = True files = pyproject.toml pypath/_metadata.py diff --git a/pypath/_metadata.py b/pypath/_metadata.py index 77e3aa759..b2a0c5dc2 100644 --- a/pypath/_metadata.py +++ b/pypath/_metadata.py @@ -29,7 +29,7 @@ import toml -_VERSION = '0.15.12' +_VERSION = '0.15.13' def get_metadata(): diff --git a/pyproject.toml b/pyproject.toml index 90a1952de..ab36ec63b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pypath-omnipath" -version = "0.15.12" +version = "0.15.13" description = "Molecular signaling prior knowledge processing" license = "GPL-3.0-only" authors = [