From 3c1dc22da567a66d8152de73e87cba11b95185e6 Mon Sep 17 00:00:00 2001 From: Thilo von Neumann Date: Mon, 26 Aug 2024 10:59:12 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.5=20=E2=86=92=200.8.6?= 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 bbf8bd99..790289e2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.5 +current_version = 0.8.6 commit = True tag = True tag_name = {new_version} diff --git a/sacred/__about__.py b/sacred/__about__.py index bf339346..d21e245c 100644 --- a/sacred/__about__.py +++ b/sacred/__about__.py @@ -7,7 +7,7 @@ __all__ = ("__version__", "__author__", "__author_email__", "__url__") -__version__ = "0.8.5" +__version__ = "0.8.6" __author__ = "Klaus Greff" __author_email__ = "klaus.greff@startmail.com"