Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
πŸ” Bump to version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jul 4, 2023
1 parent 5e0a291 commit c42eeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi_schemas_pydantic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
__version__ = "2.0.0"

from . import v3_1_0
from .utils import construct_open_api_with_schema_class

__all__ = [
"v3_1_0",
"construct_open_api_with_schema_class",
]

__version__ = "1.1.0"

0 comments on commit c42eeec

Please sign in to comment.