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 1156062 commit efbbe09Copy full SHA for efbbe09
adafruit_simplemath.py
@@ -20,7 +20,7 @@
20
https://github.com/adafruit/circuitpython/releases
21
"""
22
23
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
24
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SimpleMath.git"
25
26
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-simplemath"
14
description = "Math utility functions"
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