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 7cd4f82 commit 2f0de98Copy full SHA for 2f0de98
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 release-4.13 2018-08-08
77
- set(ITK_GIT_TAG "v4.13.1")
+ # ITK release-4.13 2018-08-09
+ set(ITK_GIT_TAG "2cec52c001031098947c12bd73bdd769ec44864e")
78
79
#-----------------------------------------------------------------------------
80
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '4.13.1'
+VERSION = '4.13.1.post1'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments