Skip to content

Commit c08d0ad

Browse files
committed
bump version to 2.1.0 in the py lib
1 parent fe05d76 commit c08d0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_jsonapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from fastapi_jsonapi.exceptions.json_api import HTTPException
99
from fastapi_jsonapi.querystring import QueryStringManager
1010

11-
__version__ = "2.0.0"
11+
__version__ = "2.1.0"
1212

1313
__all__ = [
1414
"init",

0 commit comments

Comments
 (0)