Skip to content

Commit e58dfbc

Browse files
committed
bump version to 1.1.0
1 parent c23bfea commit e58dfbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_jsonapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from fastapi_jsonapi.exceptions import BadRequest
77
from fastapi_jsonapi.querystring import QueryStringManager
88

9-
__version__ = "1.0.1"
9+
__version__ = "1.1.0"
1010

1111
__all__ = [
1212
"BadRequest",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ packages = [
7575

7676
[tool.poetry]
7777
name = "fastapi-jsonapi"
78-
version = "1.0.1"
78+
version = "1.1.0"
7979
description = "FastAPI extension to create REST web api according to JSON:API specification"
8080
authors = [
8181
"Aleksei Nekrasov <nekrasov.aleks@mail.ru>",

0 commit comments

Comments
 (0)