From 4015c60cfa2f384c445ebfc369cd989e4dc58a0d Mon Sep 17 00:00:00 2001 From: Georg K Date: Wed, 30 Mar 2022 19:51:35 +0300 Subject: [PATCH] fix: package version 2.12.1 --- 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 7e864b4..32cb00b 100644 --- a/aiohttp_pydantic/__init__.py +++ b/aiohttp_pydantic/__init__.py @@ -1,5 +1,5 @@ from .view import PydanticView -__version__ = "1.12.1-dev2" +__version__ = "2.12.1" __all__ = ("PydanticView", "__version__")