diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cae67b5..b5cd55e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/app.py b/app.py index 215a46e..1836e19 100644 --- a/app.py +++ b/app.py @@ -1,6 +1,6 @@ # BioChatter Light: lightweight pure Python frontend for BioChatter app_name = "biochatter-light" -__version__ = "0.4.0" +__version__ = "0.4.1" # BOILERPLATE import json diff --git a/pyproject.toml b/pyproject.toml index 7c6f5d7..26dbb07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biochatter-light" -version = "0.4.0" +version = "0.4.1" description = "The light frontend for BioChatter, in pure Python" authors = ["Sebastian Lobentanzer "] license = "MIT"