Skip to content

Commit d40a4e8

Browse files
authored
Merge pull request #12 from Neradoc/version-and-repo
Add Circuitpython style version and repo information
2 parents 0437564 + b0de648 commit d40a4e8

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)