From 83209d9233ab47e8c6935eb12ef0ef376e03f2aa Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Tue, 6 Feb 2024 15:34:45 +0000 Subject: [PATCH] Issue #11 new version to update source on pypi --- CMakeLists.txt | 2 +- setup.py.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77801b3..c25048f 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.0) +SET(ndicapi_VERSION 3.7.1) # -------------------------------------------------------------------------- # Configure output paths for libraries and executables. diff --git a/setup.py.in b/setup.py.in index 3beacea..2de1ab1 100644 --- a/setup.py.in +++ b/setup.py.in @@ -32,7 +32,7 @@ ndicapy = setuptools.Extension('ndicapy', ) setuptools.setup(name='ndicapi', - version='3.7.0', + version='3.7.1', url='https://github.com/SciKit-Surgery/ndicapi', license='MIT', description='This package allows interfacing with NDI tracking devices',