Skip to content

Commit ac08707

Browse files
Bump version: 5.0.0 → 5.1.0
1 parent 7fd7ebf commit ac08707

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.0
2+
current_version = 5.1.0
33
commit = True
44
tag = True
55

bxa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
__author__ = """Johannes Buchner"""
1515
__email__ = '[email protected]'
16-
__version__ = '5.0.0'
16+
__version__ = '5.1.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
warnings.warn("BXA is a plugin for xspec/sherpa, but neither xspec nor sherpa are installed in the current environment!")
2626

2727
setup(name='bxa',
28-
version='5.0.0',
28+
version='5.1.0',
2929
author='Johannes Buchner',
3030
url='https://github.com/JohannesBuchner/BXA/',
3131
author_email='[email protected]',

0 commit comments

Comments
 (0)