Skip to content

Commit

Permalink
Issue #11 new version to update source on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Feb 6, 2024
1 parent 5c26255 commit 83209d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 83209d9

Please sign in to comment.