Skip to content

Commit

Permalink
0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Sep 5, 2023
1 parent e442109 commit 7e47fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ninja_schema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Django Schema - Builds Pydantic Schemas from Django Models with default field type validations"""

__version__ = "0.13.2"
__version__ = "0.13.4"

from .orm.factory import SchemaFactory
from .orm.model_schema import ModelSchema
Expand Down

0 comments on commit 7e47fbf

Please sign in to comment.