diff --git a/aiohttp_pydantic/__init__.py b/aiohttp_pydantic/__init__.py index 9c0fdd2..f9057ba 100644 --- a/aiohttp_pydantic/__init__.py +++ b/aiohttp_pydantic/__init__.py @@ -1,5 +1,5 @@ from .view import PydanticView -__version__ = "1.120.1" +__version__ = "1.12.1" -__all__ = ("PydanticView", "__version__") +__all__ = ("PydanticView", "__version__") \ No newline at end of file