From da358b1f5e10af5dc3616ab0fc131c119e84a524 Mon Sep 17 00:00:00 2001 From: Sebastian Lobentanzer Date: Tue, 12 Dec 2023 13:26:49 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.5=20=E2=86=92=200.3.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a252d0e2..ccb04ed1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.5 +current_version = 0.3.6 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/pyproject.toml b/pyproject.toml index ddcbdaa4..f1335ed4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biochatter" -version = "0.3.5" +version = "0.3.6" description = "Backend library for conversational AI in biomedicine" authors = [ "Sebastian Lobentanzer ",