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',