From e0b3be6e7a51b7ee34cd894061afb86646ba2798 Mon Sep 17 00:00:00 2001 From: slobentanzer Date: Wed, 4 Dec 2024 13:34:39 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.9=20=E2=86=92=200.7.10?= 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 250c72b3..afec5d5c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.9 +current_version = 0.7.10 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/pyproject.toml b/pyproject.toml index 40a60d75..0230c6cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biochatter" -version = "0.7.9" +version = "0.7.10" description = "Backend library for conversational AI in biomedicine" authors = [ "Sebastian Lobentanzer ",