We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab504a8 commit cd7a3abCopy full SHA for cd7a3ab
adafruit_sdcard.py
@@ -52,7 +52,7 @@
52
except ImportError:
53
pass
54
55
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
56
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SD.git"
57
58
_CMD_TIMEOUT = const(200)
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-sd"
14
description = "CircuitPython library for SD cards."
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