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 9e64930 commit 0b95cbbCopy full SHA for 0b95cbb
adafruit_gfx/gfx.py
@@ -22,7 +22,7 @@
22
23
"""
24
25
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
26
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_GFX.git"
27
28
# pylint: disable=invalid-name
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-gfx"
14
description = "CircuitPython pixel graphics drawing library"
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