update submodule version 3.14.5

Signed-off-by: Steve Jeong <how2soft@gmail.com>
This commit is contained in:
Steve Jeong
2023-01-25 09:55:06 +09:00
parent 5f932eebfe
commit 8450719fb5
2 changed files with 2 additions and 2 deletions

View File

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