We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc2bfb commit b37ecc2Copy full SHA for b37ecc2
adafruit_rfm69.py
@@ -61,7 +61,7 @@
61
except ImportError:
62
pass
63
64
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
65
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RFM69.git"
66
67
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-rfm69"
14
description = "CircuitPython library for RFM69 packet radio."
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