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 a7c2ebe commit c384271Copy full SHA for c384271
CMakeLists.txt
@@ -73,8 +73,8 @@ if(ITKPythonPackage_SUPERBUILD)
73
include(ExternalProject)
74
75
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76
- # ITK master 2019-05-22
77
- set(ITK_GIT_TAG "v5.0.0")
+ # ITK release 2019-06-07
+ set(ITK_GIT_TAG "1f5e27c74cf6362b3c1ded4f0aa410461b72c981")
78
79
#-----------------------------------------------------------------------------
80
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.0.0'
+VERSION = '5.0.0.post1'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments