Skip to content

Commit 2f14827

Browse files
committed
version: Set to 5.0.1
1 parent a92bb7d commit 2f14827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if(ITKPythonPackage_SUPERBUILD)
7474

7575
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
7676
# ITK nightly-master 2019-07-24
77-
set(ITK_GIT_TAG "a9e996e4a8")
77+
set(ITK_GIT_TAG "v5.0.1")
7878

7979
#-----------------------------------------------------------------------------
8080
# A separate project is used to download ITK, so that it can reused

itkVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '5.0.1.dev20190724+198.ga9e996e4a8'
1+
VERSION = '5.0.1'
22

33
def get_versions():
44
"""Returns versions for the ITK Python package.

0 commit comments

Comments
 (0)