From 469d6a6f5935d013444457f29dd425a35a429aac Mon Sep 17 00:00:00 2001 From: GeorgWa Date: Tue, 12 Nov 2024 15:21:16 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.0=20=E2=86=92=201.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- alphabase/__init__.py | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b55048b4..4864cd98 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.0 +current_version = 1.4.1 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? @@ -14,6 +14,5 @@ serialize = [bumpversion:file:./alphabase/__init__.py] [bumpversion:file:./docs/conf.py] - search = {current_version} replace = {new_version} diff --git a/alphabase/__init__.py b/alphabase/__init__.py index 006941da..86008ce9 100644 --- a/alphabase/__init__.py +++ b/alphabase/__init__.py @@ -2,7 +2,7 @@ __project__ = "alphabase" -__version__ = "1.4.0" +__version__ = "1.4.1" __license__ = "Apache" __description__ = "An infrastructure Python package of the AlphaX ecosystem" __author__ = "Mann Labs" diff --git a/docs/conf.py b/docs/conf.py index 8cd3bdfa..687c35f7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ copyright = "2022, Mann Labs, MPIB" author = "Mann Labs, MPIB" -release = "1.4.0" +release = "1.4.1" # -- General configuration ---------------------------------------------------