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