From 023a773de339e9e80074d57947b76591841404b3 Mon Sep 17 00:00:00 2001 From: ramirezdiego Date: Fri, 3 May 2024 03:45:00 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.1=20=E2=86=92=201.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 ++- fuse/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 00138348..cb2b5454 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.2.2 commit = True tag = True @@ -10,3 +10,4 @@ replace = version = "{new_version}" [bumpversion:file:fuse/__init__.py] search = __version__ = "{current_version}" replace = __version__ = "{new_version}" + diff --git a/fuse/__init__.py b/fuse/__init__.py index 1b907ea5..56fde083 100644 --- a/fuse/__init__.py +++ b/fuse/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.2.1" +__version__ = "1.2.2" from . import dtypes from .dtypes import * diff --git a/pyproject.toml b/pyproject.toml index 99936ce3..d59cc3ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xenon-fuse" -version = "1.2.1" +version = "1.2.2" description = "XENON Framework for Unified Simulations of Events" authors = [ "Henning Schulze Eißing, ",