Skip to content

Commit a87227b

Browse files
authored
Merge pull request #33 from thewtex/dep-spec
dep spec
2 parents 966cec0 + 469e684 commit a87227b

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 = "scikit_build_core.build"
44

55
[project]
66
name = "itk-ants"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description = "Advanced Normalization Tools in WebAssembly"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -37,7 +37,7 @@ classifiers = [
3737
]
3838
requires-python = ">=3.8"
3939
dependencies = [
40-
"itk~=5.4.0"
40+
"itk == 5.4.*"
4141
]
4242

4343
[project.urls]

0 commit comments

Comments
 (0)