From ce781262275de72d0e38c3e87fa4fc570b484f19 Mon Sep 17 00:00:00 2001 From: slobentanzer Date: Tue, 16 Apr 2024 09:58:51 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.40=20=E2=86=92=200.5.41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- biocypher/_metadata.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 11bc776f..9340f1d6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.40 +current_version = 0.5.41 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/biocypher/_metadata.py b/biocypher/_metadata.py index 85144d78..3c0cd3a7 100644 --- a/biocypher/_metadata.py +++ b/biocypher/_metadata.py @@ -19,7 +19,7 @@ import toml -_VERSION = "0.5.40" +_VERSION = "0.5.41" def get_metadata(): diff --git a/pyproject.toml b/pyproject.toml index e1864f34..eda16910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biocypher" -version = "0.5.40" +version = "0.5.41" description = "A unifying framework for biomedical research knowledge graphs" authors = [ "Sebastian Lobentanzer ",