Update submodule version 3.17.0

This commit is contained in:
2024-11-08 12:41:22 +09:00
parent 38396a5057
commit 1aaadcbca2
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ _odroid_wiringpi = Extension(
setup(
name = 'odroid_wiringpi',
version = '3.16.4',
version = '3.17.0',
ext_modules = [ _odroid_wiringpi ],
py_modules = ["odroid_wiringpi"],
install_requires=[],