Skip to content

Commit 31fabd6

Browse files
author
Alec Delaney
committed
Update version string
1 parent fca1861 commit 31fabd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_pioasm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
splitter = re.compile(r",\s*|\s+(?:,\s*)?").split
1818
mov_splitter = re.compile("!|~|::").split
1919

20-
__version__ = "0.0.0-auto.0"
20+
__version__ = "0.0.0+auto.0"
2121
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PIOASM.git"
2222

2323
CONDITIONS = ["", "!x", "x--", "!y", "y--", "x!=y", "pin", "!osre"]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-pioasm"
1414
description = "Simple assembler to convert pioasm to bytes"
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)