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 3c51b61 commit 2297936Copy full SHA for 2297936
adafruit_us100.py
@@ -20,7 +20,7 @@
20
https://github.com/adafruit/circuitpython/releases
21
"""
22
23
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
24
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_US100.git"
25
26
import time
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-us100"
14
description = "CircuitPython library for reading distance and temperature via US-100 ultra-sonic sensor."
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