From c32da605d0340e155d73489dd451de163c1fdf51 Mon Sep 17 00:00:00 2001 From: Georg K Date: Wed, 30 Mar 2022 20:10:54 +0300 Subject: [PATCH] fix: use 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 d16ce65..1fc7d9e 100644 --- a/aiohttp_pydantic/__init__.py +++ b/aiohttp_pydantic/__init__.py @@ -1,5 +1,5 @@ from .view import PydanticView -__version__ = "1.12.1-fixed3" +__version__ = "1.12.1-fixed4" __all__ = ("PydanticView", "__version__")