From f5e087f1fe7748697d236ad1c86ec4e39eb1286f Mon Sep 17 00:00:00 2001 From: Sebastian Lobentanzer Date: Fri, 8 Dec 2023 18:06:32 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=200.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- app.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 60afbac..75c4b3b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/app.py b/app.py index ac3770b..35dedf3 100644 --- a/app.py +++ b/app.py @@ -1,6 +1,6 @@ # ChatGSE app.py: streamlit chat app for contextualisation of biomedical results app_name = "chatgse" -__version__ = "0.3.1" +__version__ = "0.3.2" # BOILERPLATE import json diff --git a/pyproject.toml b/pyproject.toml index 5425a9b..8237238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chatgse" -version = "0.3.1" +version = "0.3.2" description = "Gene set interpretation assisted by Large Language Models and more" authors = ["Sebastian Lobentanzer "] license = "MIT"