We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0437564 + b0de648 commit d40a4e8Copy full SHA for d40a4e8
1 file changed
asyncio/__init__.py
@@ -13,7 +13,8 @@
13
14
from .core import *
15
16
-__version__ = (3, 0, 0)
+__version__ = "0.0.0-auto.0"
17
+__repo__ = "https://github.com/Adafruit/Adafruit_CircuitPython_asyncio.git"
18
19
_attrs = {
20
"wait_for": "funcs",
0 commit comments