From cd3a48c27a16711dccce465eaa494d757b27a5e6 Mon Sep 17 00:00:00 2001 From: Georg K Date: Wed, 30 Mar 2022 20:21:50 +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 7aa15ac..1635ed9 100644 --- a/aiohttp_pydantic/__init__.py +++ b/aiohttp_pydantic/__init__.py @@ -1,5 +1,5 @@ from .view import PydanticView -__version__ = "1.12.1_fixed1" +__version__ = "1.12.1r0" __all__ = ("PydanticView", "__version__")