From 061d9ddf2e8f03074ccb33f3890bfbaa495143a7 Mon Sep 17 00:00:00 2001 From: Thilo von Neumann Date: Tue, 26 Nov 2024 08:06:54 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.7=20=E2=86=92=200.8.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- sacred/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4f788487..9458a0a1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.7 +current_version = 0.8.8 commit = True tag = True tag_name = {new_version} diff --git a/sacred/__about__.py b/sacred/__about__.py index b3feb6e4..2943ca5f 100644 --- a/sacred/__about__.py +++ b/sacred/__about__.py @@ -7,7 +7,7 @@ __all__ = ("__version__", "__author__", "__author_email__", "__url__") -__version__ = "0.8.7" +__version__ = "0.8.8" __author__ = "Klaus Greff" __author_email__ = "klaus.greff@startmail.com"