We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd7ebf commit ac08707Copy full SHA for ac08707
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 5.0.0
+current_version = 5.1.0
3
commit = True
4
tag = True
5
bxa/__init__.py
@@ -13,4 +13,4 @@
13
14
__author__ = """Johannes Buchner"""
15
__email__ = 'johannes.buchner.acad@gmx.com'
16
-__version__ = '5.0.0'
+__version__ = '5.1.0'
setup.py
@@ -25,7 +25,7 @@
25
warnings.warn("BXA is a plugin for xspec/sherpa, but neither xspec nor sherpa are installed in the current environment!")
26
27
setup(name='bxa',
28
- version='5.0.0',
+ version='5.1.0',
29
author='Johannes Buchner',
30
url='https://github.com/JohannesBuchner/BXA/',
31
author_email='johannes.buchner.acad@gmx.com',
0 commit comments