Update version string

This commit is contained in:
Alec Delaney 2022-08-16 18:09:15 -04:00
parent fca186158b
commit 31fabd6150
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ import re
splitter = re.compile(r",\s*|\s+(?:,\s*)?").split
mov_splitter = re.compile("!|~|::").split
__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PIOASM.git"
CONDITIONS = ["", "!x", "x--", "!y", "y--", "x!=y", "pin", "!osre"]

View file

@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-pioasm"
description = "Simple assembler to convert pioasm to bytes"
version = "0.0.0-auto.0"
version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}