Skip to content

Commit ea748bc

Browse files
committed
add __version__ to __init__
1 parent a7aa181 commit ea748bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fastapi_jsonapi/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
from fastapi_jsonapi.exceptions import BadRequest
77
from fastapi_jsonapi.querystring import QueryStringManager
88

9+
__version__ = "1.0.1"
10+
911
__all__ = [
1012
"BadRequest",
1113
"SqlalchemyEngine",

0 commit comments

Comments
 (0)