Skip to content

Commit 979ec54

Browse files
committed
Bump version: 0.2.1 → 0.3.0
1 parent b2b9ec5 commit 979ec54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mri2mesh"
7-
version = "0.2.1"
7+
version = "0.3.0"
88
dependencies = ["pyvista", "numpy", "matplotlib", "nibabel", "scikit-image", "scipy", "meshio"]
99
classifiers = [
1010
"License :: OSI Approved :: MIT License",
@@ -125,7 +125,7 @@ tag = true
125125
sign_tags = false
126126
tag_name = "v{new_version}"
127127
tag_message = "Bump version: {current_version} → {new_version}"
128-
current_version = "0.2.1"
128+
current_version = "0.3.0"
129129

130130

131131
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)