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 3b3beea commit 74b4d75Copy full SHA for 74b4d75
adafruit_hcsr04.py
@@ -40,7 +40,7 @@
40
except ImportError:
41
pass # This is OK, we'll try to bitbang it!
42
43
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
44
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_HCSR04.git"
45
46
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-hcsr04"
14
description = "CircuitPython library for controlling HC-SR04 ultrasonic range sensors."
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