We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d35b8c commit 8d620d0Copy full SHA for 8d620d0
adafruit_lifx.py
@@ -29,7 +29,7 @@
29
30
"""
31
32
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
33
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_lifx.git"
34
35
LIFX_URL = "https://api.lifx.com/v1/lights/"
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-lifx"
14
description = "LIFX Smart Lighting API Helper"
15
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
16
readme = "README.rst"
17
authors = [
18
{name = "Adafruit Industries", email = "[email protected]"}
0 commit comments