From 0da7a52791c6a69819fb38a9affcae396cdd6448 Mon Sep 17 00:00:00 2001 From: slobentanzer Date: Fri, 1 Mar 2024 17:43:57 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.8=20=E2=86=92=200.4.9?= 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 a772ce71..62fcf464 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.8 +current_version = 0.4.9 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/pyproject.toml b/pyproject.toml index cd6c834f..992268a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biochatter" -version = "0.4.8" +version = "0.4.9" description = "Backend library for conversational AI in biomedicine" authors = [ "Sebastian Lobentanzer ",