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 0b7d13d commit d68ffb4Copy full SHA for d68ffb4
adafruit_ds2413.py
@@ -12,7 +12,7 @@
12
* Author(s): Carter Nelson
13
"""
14
15
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
16
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DS2413.git"
17
18
from micropython import const
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-ds2413"
description = "CircuitPython library for DS2413 1-Wire Dual Channel Addressable Switch."
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "[email protected]"}
0 commit comments