We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e18701 commit 04c4232Copy full SHA for 04c4232
.gitmodules
@@ -109,3 +109,6 @@
109
[submodule "qwiic/drivers/qwiic_large_oled"]
110
path = qwiic/drivers/qwiic_large_oled
111
url = https://github.com/sparkfun/Qwiic_Large_OLED_Py
112
+[submodule "qwiic/drivers/qwiic_otos_py"]
113
+ path = qwiic/drivers/qwiic_otos_py
114
+ url = https://github.com/sparkfun/Qwiic_OTOS_Py
qwiic/drivers/qwiic_otos_py
setup.py
@@ -60,7 +60,7 @@
60
# Versions should comply with PEP440. For a discussion on single-sourcing
61
# the version across setup.py and the project code, see
62
# http://packaging.python.org/en/latest/tutorial.html#version
63
- version='1.1.7',
+ version='1.1.8',
64
65
description='SparkFun Electronics qwiic library',
66
long_description=long_description,
0 commit comments