From 4d7e5b0384cbf8c27d45127a6f39b0b0b68ff159 Mon Sep 17 00:00:00 2001 From: Georg K Date: Wed, 30 Mar 2022 20:27:36 +0300 Subject: [PATCH] fix: fix tags --- aiohttp_pydantic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp_pydantic/__init__.py b/aiohttp_pydantic/__init__.py index 01b07a9..9c0fdd2 100644 --- a/aiohttp_pydantic/__init__.py +++ b/aiohttp_pydantic/__init__.py @@ -1,5 +1,5 @@ from .view import PydanticView -__version__ = "1.12.1_0" +__version__ = "1.120.1" __all__ = ("PydanticView", "__version__")