Skip to content

Commit 3b02d58

Browse files
author
Alec Delaney
committed
Update version string
1 parent 7ec6f20 commit 3b02d58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_pyoa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
except ImportError:
5454
pass
5555

56-
__version__ = "0.0.0-auto.0"
56+
__version__ = "0.0.0+auto.0"
5757
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PYOA.git"
5858

5959

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-PYOA"
1414
description = "Python your own Adventure - card & button game"
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)