Skip to content

Commit b0de648

Browse files
committed
add Circuitpython style version and repo information
1 parent 0437564 commit b0de648

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

asyncio/__init__.py

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

1414
from .core import *
1515

16-
__version__ = (3, 0, 0)
16+
__version__ = "0.0.0-auto.0"
17+
__repo__ = "https://github.com/Adafruit/Adafruit_CircuitPython_asyncio.git"
1718

1819
_attrs = {
1920
"wait_for": "funcs",

0 commit comments

Comments
 (0)