Skip to content

Commit 6b3b4a9

Browse files
committed
initial
1 parent 5b04d2d commit 6b3b4a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_async_sqlalchemy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ["db", "SQLAlchemyMiddleware"]
44

5-
__version__ = "0.3.0a4"
5+
__version__ = "0.3.0a5"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
license="MIT",
2121
author="Eugene Shershen",
2222
author_email="[email protected]",
23-
description="Adds asynchronous SQLAlchemy support to FastAPI",
23+
description="SQLAlchemy middleware for FastAPI",
2424
long_description=long_description,
2525
packages=["fastapi_async_sqlalchemy"],
2626
package_data={"fastapi_async_sqlalchemy": ["py.typed"]},

0 commit comments

Comments
 (0)