Skip to content

Commit

Permalink
feat: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
impocode committed Nov 15, 2022
1 parent bdd5901 commit be405b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsonapi_pydantic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from jsonapi_pydantic import constants, v1_0

__version__ = "0.1.4"
__version__ = "0.1.5"

__all__ = ["constants", "v1_0"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jsonapi-pydantic"
version = "0.1.4"
version = "0.1.5"
description = "JSON:API implementation with pydantic."

authors = ["impocode <[email protected]>"]
Expand Down

0 comments on commit be405b5

Please sign in to comment.