Skip to content

Commit

Permalink
Merge pull request #29 from prabhuramachandran/update-version
Browse files Browse the repository at this point in the history
Bump version for release.
  • Loading branch information
jcfr committed Nov 29, 2018
2 parents d84a0a9 + f1ff823 commit 5d217a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -98,7 +98,7 @@ if(VTKPythonPackage_SUPERBUILD)

set(VTK_REPOSITORY "https://github.com/kitware/VTK.git")
# VTK nightly-master 2018-05-14
set(VTK_GIT_TAG "v8.1.1")
set(VTK_GIT_TAG "v8.1.2")

#-----------------------------------------------------------------------------
# A separate project is used to download VTK, so that it can reused
Expand Down
2 changes: 1 addition & 1 deletion vtkVersion.py
@@ -1,4 +1,4 @@
VERSION = '8.1.1'
VERSION = '8.1.2'

def get_versions():
"""Returns versions for the VTK Python package.
Expand Down

0 comments on commit 5d217a5

Please sign in to comment.