From c4b5c20ff4df9880f7168deaeb4a1f895f11bb76 Mon Sep 17 00:00:00 2001 From: Georg K Date: Thu, 28 Jul 2022 02:04:55 +0300 Subject: [PATCH] fix: version equals to upstream --- aiohttp_pydantic/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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