From 4a49d3b53da231c417839f210371186263a5f4db Mon Sep 17 00:00:00 2001 From: Vincent Maillol Date: Sun, 22 Aug 2021 15:06:11 +0200 Subject: [PATCH] update 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 ae27b34..e938416 100644 --- a/aiohttp_pydantic/__init__.py +++ b/aiohttp_pydantic/__init__.py @@ -1,5 +1,5 @@ from .view import PydanticView -__version__ = "1.10.1" +__version__ = "1.11.0" __all__ = ("PydanticView", "__version__")