Skip to content

Commit f247a86

Browse files
committed
build: update version to 0.2.4
1 parent f2b4ecb commit f247a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 constants, v1_0
22

3-
__version__ = "0.2.3"
3+
__version__ = "0.2.4"
44

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

pyproject.toml

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

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

0 commit comments

Comments
 (0)