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 20c446c commit 5b04d2dCopy full SHA for 5b04d2d
fastapi_async_sqlalchemy/__init__.py
@@ -2,4 +2,4 @@
2
3
__all__ = ["db", "SQLAlchemyMiddleware"]
4
5
-__version__ = "0.3.0a3"
+__version__ = "0.3.0a4"
setup.py
@@ -12,9 +12,9 @@
12
setup(
13
name="fastapi-async-sqlalchemy",
14
version=version,
15
- url=" https://github.com/h0rn3t/fastapi-async-sqlalchemy.git",
+ url="https://github.com/h0rn3t/fastapi-async-sqlalchemy.git",
16
project_urls={
17
- "Code": " https://github.com/h0rn3t/fastapi-async-sqlalchemy",
+ "Code": "https://github.com/h0rn3t/fastapi-async-sqlalchemy",
18
"Issue tracker": "https://github.com/h0rn3t/fastapi-async-sqlalchemy/issues",
19
},
20
license="MIT",
0 commit comments