Update version string
This commit is contained in:
parent
fca186158b
commit
31fabd6150
2 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue