File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55__author__ = """The Mesh2hrtf and mesh2scattering developers"""
66__email__ = ''
7- __version__ = '1.0.1 '
7+ __version__ = '1.0.2 '
88
99from . import input # noqa: A004
1010from . import numcalc
Original file line number Diff line number Diff line change 11[project ]
22name = " mesh2scattering"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44description = " Numerical calculation of surface scattering."
55readme = " README.md"
66license = {file = " LICENSE.txt" }
@@ -135,7 +135,7 @@ convention = "numpy"
135135
136136
137137[tool .bumpversion ]
138- current_version = " 1.0.1 "
138+ current_version = " 1.0.2 "
139139parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
140140serialize = [" {major}.{minor}.{patch}" ]
141141search = " {current_version}"
You can’t perform that action at this time.
0 commit comments