From 955e543a55e2af7d1de352c1cd40c5aed54c5de6 Mon Sep 17 00:00:00 2001 From: slobentanzer Date: Thu, 16 Jan 2025 11:39:38 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.8.1?= 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 5acb206e..3dbf9a8b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.8.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/pyproject.toml b/pyproject.toml index f98746f6..bb00bbb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biochatter" -version = "0.8.0" +version = "0.8.1" description = "Backend library for conversational AI in biomedicine" authors = [ "Sebastian Lobentanzer ",