Skip to content

Commit

Permalink
Merge pull request #12 from Neradoc/version-and-repo
Browse files Browse the repository at this point in the history
Add Circuitpython style version and repo information
  • Loading branch information
dhalbert authored Dec 29, 2021
2 parents 0437564 + b0de648 commit d40a4e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion asyncio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

from .core import *

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

_attrs = {
"wait_for": "funcs",
Expand Down

0 comments on commit d40a4e8

Please sign in to comment.