From 0a9ff8ad83b5f96695d449131975a999275a0254 Mon Sep 17 00:00:00 2001 From: slobentanzer Date: Wed, 14 Feb 2024 17:55:00 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.4.1?= 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 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"