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 4c5498e commit 2f74ac8Copy full SHA for 2f74ac8
adafruit_ble_radio.py
@@ -42,7 +42,7 @@
42
)
43
44
45
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
46
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BLE_Radio.git"
47
48
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-ble-radio"
14
description = "Simple byte and string based inter-device communication via BLE."
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