We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339e037 commit 5d7c99fCopy full SHA for 5d7c99f
asyncio/__init__.py
@@ -13,7 +13,7 @@
13
14
from .core import *
15
16
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
17
__repo__ = "https://github.com/Adafruit/Adafruit_CircuitPython_asyncio.git"
18
19
_attrs = {
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
name = "adafruit-circuitpython-asyncio"
description = "Cooperative multitasking and asynchronous I/O"
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "[email protected]"}
0 commit comments