We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356e36b commit 58858f9Copy full SHA for 58858f9
awaitlet/__init__.py
@@ -4,4 +4,4 @@
4
from .base import NoAwaitOccurred as NoAwaitOccurred
5
6
7
-__version__ = "0.0.1"
+__version__ = "0.0.2"
pyproject.toml
@@ -37,6 +37,7 @@ version = {attr = "awaitlet.__version__"}
37
38
[project.urls]
39
Homepage = "https://github.com/sqlalchemy/awaitlet"
40
+Documentation = "https://awaitlet.sqlalchemy.org"
41
42
43
[tool.mypy]
0 commit comments