Skip to content

Commit

Permalink
🏷️ Update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 authored Jan 21, 2024
1 parent 0b7fc0a commit 21fce9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyngo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Pydantic Package for Adding Models into a Django or Django Rest Framework Project"""

__version__ = "2.0.0"
__version__ = "2.0.1"

from .errors import drf_error_details
from .openapi import ParameterDict, openapi_params
Expand Down

0 comments on commit 21fce9c

Please sign in to comment.