We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6a186 commit 9472de3Copy full SHA for 9472de3
CMakeLists.txt
@@ -89,8 +89,8 @@ if(ITKPythonPackage_SUPERBUILD)
89
90
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
91
92
- # ITK master 2022-11-24
93
- set(ITK_GIT_TAG "v5.3.0")
+ # ITK release 2023-06-23
+ set(ITK_GIT_TAG "v5.4rc01")
94
95
#-----------------------------------------------------------------------------
96
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.3.0'
+VERSION = '5.4rc1'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments