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 a7aa181 commit ea748bcCopy full SHA for ea748bc
fastapi_jsonapi/__init__.py
@@ -6,6 +6,8 @@
6
from fastapi_jsonapi.exceptions import BadRequest
7
from fastapi_jsonapi.querystring import QueryStringManager
8
9
+__version__ = "1.0.1"
10
+
11
__all__ = [
12
"BadRequest",
13
"SqlalchemyEngine",
0 commit comments