From a7aa88c95ccc3d779c66ac7c08ee0f601afd9a8c Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Sun, 26 May 2024 20:31:09 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.1.3=20=E2=86=92=204.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- bxa/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 39e2f4b..b428f64 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.1.3 +current_version = 4.1.4 commit = True tag = True diff --git a/bxa/__init__.py b/bxa/__init__.py index ee68d38..c78ec64 100644 --- a/bxa/__init__.py +++ b/bxa/__init__.py @@ -13,4 +13,4 @@ __author__ = """Johannes Buchner""" __email__ = 'johannes.buchner.acad@gmx.com' -__version__ = '4.1.3' +__version__ = '4.1.4' diff --git a/setup.py b/setup.py index 67b0d8f..00d46e4 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ warnings.warn("BXA is a plugin for xspec/sherpa, but neither xspec nor sherpa are installed in the current environment!") setup(name='bxa', - version='4.1.3', + version='4.1.4', author='Johannes Buchner', url='https://github.com/JohannesBuchner/BXA/', author_email='johannes.buchner.acad@gmx.com',