Skip to content

Commit 5d7c99f

Browse files
author
Alec Delaney
committed
Update version string
1 parent 339e037 commit 5d7c99f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: asyncio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from .core import *
1515

16-
__version__ = "0.0.0-auto.0"
16+
__version__ = "0.0.0+auto.0"
1717
__repo__ = "https://github.com/Adafruit/Adafruit_CircuitPython_asyncio.git"
1818

1919
_attrs = {

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-asyncio"
1414
description = "Cooperative multitasking and asynchronous I/O"
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)