Skip to content

Commit 144c597

Browse files
authored
Merge pull request #19 from sparkfun/master
Added Qwiic LED Stick Py to "master" branch instead of "main"
2 parents e784349 + 89f6b73 commit 144c597

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@
9494
[submodule "qwiic/drivers/qwiic_oled_display"]
9595
path = qwiic/drivers/qwiic_oled_display
9696
url = https://github.com/sparkfun/Qwiic_OLED_Display_Py.git
97+
[submodule "qwiic/drivers/qwiic_led_stick"]
98+
path = qwiic/drivers/qwiic_led_stick
99+
url = https://github.com/sparkfun/Qwiic_LED_Stick_Py

qwiic/drivers/qwiic_led_stick

Submodule qwiic_led_stick added at e36da42

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# Versions should comply with PEP440. For a discussion on single-sourcing
6161
# the version across setup.py and the project code, see
6262
# http://packaging.python.org/en/latest/tutorial.html#version
63-
version='1.1.1',
63+
version='1.1.2',
6464

6565
description='SparkFun Electronics qwiic library',
6666
long_description=long_description,

0 commit comments

Comments
 (0)