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"