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 bece999 commit 3df8d13Copy full SHA for 3df8d13
adafruit_ble_midi.py
@@ -19,7 +19,7 @@
19
from adafruit_ble.uuid import VendorUUID
20
from adafruit_ble.services import Service
21
22
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
23
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BLE_MIDI.git"
24
25
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-ble-midi"
14
description = "BLE MIDI service for CircuitPython"
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