Skip to content

Commit e7b306e

Browse files
committed
build: update version to 0.2.3
1 parent 068cd7a commit e7b306e

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.2.2"
3+
__version__ = "0.2.3"
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.2.2"
3+
version = "0.2.3"
44
description = "JSON:API implementation with pydantic."
55

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

0 commit comments

Comments
 (0)