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 88d35b4 commit 8ef2ffbCopy full SHA for 8ef2ffb
adafruit_rgbled.py
@@ -23,7 +23,7 @@
23
from pwmio import PWMOut
24
from simpleio import map_range
25
26
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
27
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RGBLED.git"
28
29
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-rgbled"
14
description = "CircuitPython driver for RGB LEDs"
15
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
16
readme = "README.rst"
17
authors = [
18
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
0 commit comments