Skip to content

Commit c760d70

Browse files
authored
Merge pull request #68 from lesamouraipourpre/version
Correct __version__ in neopixel.py
2 parents 92a40cc + 877dcf9 commit c760d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_seesaw/neopixel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def const(x):
2121
return x
2222

2323

24-
__version__ = "1.2.3"
24+
__version__ = "0.0.0-auto.0"
2525
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_seesaw.git"
2626

2727
_NEOPIXEL_BASE = const(0x0E)

0 commit comments

Comments
 (0)