Skip to content

Commit fd67833

Browse files
committed
Bump version: 1.0.1 → 1.0.2
1 parent 6fc119d commit fd67833

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mesh2scattering/__init__.py

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

55
__author__ = """The Mesh2hrtf and mesh2scattering developers"""
66
__email__ = ''
7-
__version__ = '1.0.1'
7+
__version__ = '1.0.2'
88

99
from . import input # noqa: A004
1010
from . import numcalc

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mesh2scattering"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Numerical calculation of surface scattering."
55
readme = "README.md"
66
license = {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"
139139
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
140140
serialize = ["{major}.{minor}.{patch}"]
141141
search = "{current_version}"

0 commit comments

Comments
 (0)