From 1181e2fc474d59a9c7dff7c1e0e7e5c0a5ec2012 Mon Sep 17 00:00:00 2001 From: Georg K Date: Wed, 30 Mar 2022 20:12:44 +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 1fc7d9e..56455f3 100644 --- a/aiohttp_pydantic/__init__.py +++ b/aiohttp_pydantic/__init__.py @@ -1,5 +1,5 @@ from .view import PydanticView -__version__ = "1.12.1-fixed4" +__version__ = "1.12.1_fixed" __all__ = ("PydanticView", "__version__")