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 7f27691 commit 087e55fCopy full SHA for 087e55f
litestar_asyncpg/__metadata__.py
@@ -5,7 +5,7 @@
5
6
__all__ = ["__version__", "__project__"]
7
8
-__version__ = importlib.metadata.version("asyncpg_litestar")
+__version__ = importlib.metadata.version("litestar_asyncpg")
9
"""Version of the project."""
10
-__project__ = importlib.metadata.metadata("asyncpg_litestar")["Name"]
+__project__ = importlib.metadata.metadata("litestar_asyncpg")["Name"]
11
"""Name of the project."""
0 commit comments