diff --git a/adafruit_seesaw/neopixel.py b/adafruit_seesaw/neopixel.py index 793b3b4..5dbd58d 100644 --- a/adafruit_seesaw/neopixel.py +++ b/adafruit_seesaw/neopixel.py @@ -21,7 +21,7 @@ def const(x): return x -__version__ = "1.2.3" +__version__ = "0.0.0-auto.0" __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_seesaw.git" _NEOPIXEL_BASE = const(0x0E)