Skip to content

Commit bca7ded

Browse files
committed
build: update version
1 parent 0152e11 commit bca7ded

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsonapi_pydantic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from jsonapi_pydantic import v1_0
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"
44

55
__all__ = ["v1_0"]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jsonapi-pydantic"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "JSON:API implementation with pydantic."
55

66
authors = ["impocode <[email protected]>"]
@@ -25,7 +25,7 @@ documentation = "https://github.com/impocode/jsonapi-pydantic"
2525

2626
[tool.poetry.dependencies]
2727
python = "^3.7"
28-
pydantic = "^1.9.1"
28+
pydantic = "^1.10.2"
2929

3030
[tool.poetry.urls]
3131
"Bug Tracker" = "https://github.com/impocode/jsonapi-pydantic/issues"

0 commit comments

Comments
 (0)