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 511ed86 commit 7719315Copy full SHA for 7719315
adafruit_rtttl.py
@@ -11,7 +11,7 @@
11
* Author(s): Scott Shawcroft
12
"""
13
14
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
15
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RTTTL"
16
17
import sys
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-rtttl"
description = "CircuitPython library for playing RTTTL melodies."
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
18
{name = "Adafruit Industries", email = "[email protected]"}
0 commit comments