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 9b14439 commit 09dddd5Copy full SHA for 09dddd5
adafruit_bd3491fs.py
@@ -28,7 +28,7 @@
28
29
# imports
30
31
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
32
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BD3491FS.git"
33
34
from micropython import const
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-bd3491fs"
14
description = "CircuitPython library for the Rohm BD3491FS Audio Processor"
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