From 6707f0cf556f3d0a30cb7bab4fbacf187902a662 Mon Sep 17 00:00:00 2001 From: Sebastian Lobentanzer Date: Wed, 13 Dec 2023 20:58:06 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.7=20=E2=86=92=200.3.8?= 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 05f2769e..b6fa7a60 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.7 +current_version = 0.3.8 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/pyproject.toml b/pyproject.toml index 1cfd7b84..edb36af1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biochatter" -version = "0.3.7" +version = "0.3.8" description = "Backend library for conversational AI in biomedicine" authors = [ "Sebastian Lobentanzer ",