diff --git a/CMakeLists.txt b/CMakeLists.txt index c25048f..8a86da6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ PROJECT(ndicapi) CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) -SET(ndicapi_VERSION 3.7.1) +SET(ndicapi_VERSION 3.7.2) # -------------------------------------------------------------------------- # Configure output paths for libraries and executables. diff --git a/setup.py.in b/setup.py.in index 2de1ab1..311fd66 100644 --- a/setup.py.in +++ b/setup.py.in @@ -32,7 +32,7 @@ ndicapy = setuptools.Extension('ndicapy', ) setuptools.setup(name='ndicapi', - version='3.7.1', + version='3.7.2', url='https://github.com/SciKit-Surgery/ndicapi', license='MIT', description='This package allows interfacing with NDI tracking devices',