We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0437564 commit b0de648Copy full SHA for b0de648
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