Skip to content

Commit be405b5

Browse files
committed
feat: update version
1 parent bdd5901 commit be405b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsonapi_pydantic/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from jsonapi_pydantic import constants, v1_0
22

3-
__version__ = "0.1.4"
3+
__version__ = "0.1.5"
44

55
__all__ = ["constants", "v1_0"]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jsonapi-pydantic"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "JSON:API implementation with pydantic."
55

66
authors = ["impocode <[email protected]>"]

0 commit comments

Comments
 (0)