We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cadf2 commit 860c266Copy full SHA for 860c266
mesh2scattering/__init__.py
@@ -1,6 +1,6 @@
1
__author__ = """The Mesh2hrtfs developers"""
2
__email__ = ''
3
-__version__ = '0.1.1'
+__version__ = '0.1.2'
4
5
from . import input
6
from . import numcalc
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.1.1
+current_version = 0.1.2
commit = True
tag = True
setup.py
@@ -58,7 +58,7 @@
58
test_suite='tests',
59
tests_require=test_requirements,
60
url='https://github.com/ahms5/mesh2scattering',
61
- version='0.1.1',
+ version='0.1.2',
62
zip_safe=False,
63
python_requires='>=3.8'
64
)
0 commit comments