From d2bdbe49ecdcdfc461f721bb1e220340717fdd21 Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Mon, 29 Mar 2021 19:01:18 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.3=20=E2=86=92=204.0.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 dfc0e74..43bf347 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.3 +current_version = 4.0.4 commit = True tag = True diff --git a/bxa/__init__.py b/bxa/__init__.py index 94e8ec5..dc1e5f8 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.3' +__version__ = '4.0.4' diff --git a/setup.py b/setup.py index adf9303..a636788 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.3', + version='4.0.4', author='Johannes Buchner', url='https://github.com/JohannesBuchner/BXA/', author_email='johannes.buchner.acad@gmx.com',