Skip to content

Commit

Permalink
🏷️ Update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Jan 2, 2024
1 parent c2e68fe commit e81f9df
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__ = "1.7.0"
__version__ = "2.0.0"

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

0 comments on commit e81f9df

Please sign in to comment.