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