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 7ec6f20 commit 3b02d58Copy full SHA for 3b02d58
adafruit_pyoa.py
@@ -53,7 +53,7 @@
53
except ImportError:
54
pass
55
56
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
57
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PYOA.git"
58
59
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-PYOA"
14
description = "Python your own Adventure - card & button game"
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