From 2b94fbde2589af51ef4579ae51a6d3e9b6d5a2fd Mon Sep 17 00:00:00 2001 From: deeenes Date: Mon, 28 Nov 2022 14:49:29 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.28=20=E2=86=92=200.14.29?= 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 31725addd..fafc60e60 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.28 +current_version = 0.14.29 commit = True tag = True files = pyproject.toml pypath/_metadata.py diff --git a/pypath/_metadata.py b/pypath/_metadata.py index a174e3357..761b9527c 100644 --- a/pypath/_metadata.py +++ b/pypath/_metadata.py @@ -34,7 +34,7 @@ import toml -_VERSION = '0.14.28' +_VERSION = '0.14.29' def get_metadata(): diff --git a/pyproject.toml b/pyproject.toml index 383fd2d97..e65726b86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pypath-omnipath" -version = "0.14.28" +version = "0.14.29" description = "Molecular signaling prior knowledge processing" license = "GPL-3.0-only" authors = [