Skip to content

Commit

Permalink
prep for new pypi + readme
Browse files Browse the repository at this point in the history
Change-Id: Ic56dd53322344e062e6848efcfe5dd92e36c1f09
  • Loading branch information
zzzeek committed Jun 25, 2024
1 parent 356e36b commit 58858f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion awaitlet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .base import NoAwaitOccurred as NoAwaitOccurred


__version__ = "0.0.1"
__version__ = "0.0.2"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ version = {attr = "awaitlet.__version__"}

[project.urls]
Homepage = "https://github.com/sqlalchemy/awaitlet"
Documentation = "https://awaitlet.sqlalchemy.org"


[tool.mypy]
Expand Down

0 comments on commit 58858f9

Please sign in to comment.