From b457b784d50cdd11116a866fd688a1e10e741e11 Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Mon, 26 Apr 2021 16:36:25 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.4=20=E2=86=92=204.0.5?= 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 43bf347..209c3ce 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.4 +current_version = 4.0.5 commit = True tag = True diff --git a/bxa/__init__.py b/bxa/__init__.py index dc1e5f8..16dfc4d 100644 --- a/bxa/__init__.py +++ b/bxa/__init__.py @@ -13,4 +13,4 @@ __author__ = """Johannes Buchner""" __email__ = 'johannes.buchner.acad@gmx.com' -__version__ = '4.0.4' +__version__ = '4.0.5' diff --git a/setup.py b/setup.py index a636788..8ac965e 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.0.4', + version='4.0.5', author='Johannes Buchner', url='https://github.com/JohannesBuchner/BXA/', author_email='johannes.buchner.acad@gmx.com',