From 32ea75ac2a01a7d8f5c2b0beb951630a7cbdc6ab Mon Sep 17 00:00:00 2001 From: Sebastian Lobentanzer Date: Tue, 28 Nov 2023 20:04:34 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.2=20=E2=86=92=200.3.3?= 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 90f24c1f..1aab44a8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2 +current_version = 0.3.3 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/pyproject.toml b/pyproject.toml index d9caa0df..dece27c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biochatter" -version = "0.3.2" +version = "0.3.3" description = "Backend library for conversational AI in biomedicine" authors = [ "Sebastian Lobentanzer ",