Skip to content

Commit 2d1acd2

Browse files
committed
Bump version: 0.1.1 → 0.2.0
1 parent 6e43848 commit 2d1acd2

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.1.1"
7+
version = "0.2.0"
88
dependencies = ["pyvista", "numpy", "matplotlib", "nibabel", "scikit-image", "scipy", "meshio"]
99
classifiers = [
1010
"License :: OSI Approved :: MIT License",
@@ -124,7 +124,7 @@ tag = true
124124
sign_tags = false
125125
tag_name = "v{new_version}"
126126
tag_message = "Bump version: {current_version} → {new_version}"
127-
current_version = "0.1.1"
127+
current_version = "0.2.0"
128128

129129

130130
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)