From 96c4c9532335e0ad7aa8ed70902564490ced9165 Mon Sep 17 00:00:00 2001 From: Sebastian Lobentanzer Date: Wed, 25 Oct 2023 13:03:26 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.34=20=E2=86=92=200.2.35?= 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 cd64490..632c2f0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.34 +current_version = 0.2.35 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/app.py b/app.py index c37e08b..b7a4207 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.2.34" +__version__ = "0.2.35" # BOILERPLATE import json diff --git a/pyproject.toml b/pyproject.toml index 5e5b3c8..ec30f5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chatgse" -version = "0.2.34" +version = "0.2.35" description = "Gene set interpretation assisted by Large Language Models and more" authors = ["Sebastian Lobentanzer "] license = "MIT"