From 7f2c52016b6ecdd7dbac35861583a5ce852ead57 Mon Sep 17 00:00:00 2001 From: deeenes Date: Tue, 9 Apr 2024 12:52:17 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.16.12=20=E2=86=92=200.16.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 c5614ea55..7b0be494c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.12 +current_version = 0.16.13 commit = True tag = True files = pyproject.toml pypath/_metadata.py diff --git a/pypath/_metadata.py b/pypath/_metadata.py index 0859c61c5..244eef891 100644 --- a/pypath/_metadata.py +++ b/pypath/_metadata.py @@ -29,7 +29,7 @@ import toml -_VERSION = '0.16.12' +_VERSION = '0.16.13' def get_metadata(): diff --git a/pyproject.toml b/pyproject.toml index b23cab6b9..feb533107 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.12" +version = "0.16.13" description = "Molecular signaling prior knowledge processing" license = "GPL-3.0-only" authors = [