Skip to content

Commit 6d52fdd

Browse files
committed
build: update version to 0.2.5
1 parent 9910b39 commit 6d52fdd

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

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

0 commit comments

Comments
 (0)