Skip to content

Commit 0b95cbb

Browse files
authored
Fix version strings
1 parent 9e64930 commit 0b95cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_gfx/gfx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
"""
2424

25-
__version__ = "0.0.0-auto.0"
25+
__version__ = "0.0.0+auto.0"
2626
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_GFX.git"
2727

2828
# pylint: disable=invalid-name

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-gfx"
1414
description = "CircuitPython pixel graphics drawing library"
15-
version = "0.0.0-auto.0"
15+
version = "0.0.0+auto.0"
1616
readme = "README.rst"
1717
authors = [
1818
{name = "Adafruit Industries", email = "[email protected]"}

0 commit comments

Comments
 (0)