From c91ef75629f7b5c156c22eaf459f6761f8f8e1e8 Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Tue, 22 Mar 2022 01:23:20 +0900 Subject: [PATCH] version 5.1.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05541b3..5163a55 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ class CMakeBuild(build_ext): setup( name='ndi-python', - version='5.1.1.1', + version='5.1.1.2', description='Wrapper package for NDI SDK python bindings.', author='Naoto Kondo ', url='https://github.com/buresu/ndi-python',