From 000d046168b0f672ec5cd3a838470a020edc03d8 Mon Sep 17 00:00:00 2001 From: slobentanzer Date: Fri, 25 Oct 2024 15:29:11 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.6=20=E2=86=92=200.7.7?= 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 c0b75767..97e6da94 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.6 +current_version = 0.7.7 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/pyproject.toml b/pyproject.toml index ed535667..b50d3753 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biochatter" -version = "0.7.6" +version = "0.7.7" description = "Backend library for conversational AI in biomedicine" authors = [ "Sebastian Lobentanzer ",