From 43d27896366bbb46e1cd22e43f3ec0508d312543 Mon Sep 17 00:00:00 2001 From: Vincent Maillol Date: Mon, 26 Jul 2021 09:04:35 +0200 Subject: [PATCH] version 1.10.0 --- 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 ac08759..630fee7 100644 --- a/aiohttp_pydantic/__init__.py +++ b/aiohttp_pydantic/__init__.py @@ -1,5 +1,5 @@ from .view import PydanticView -__version__ = "1.9.1" +__version__ = "1.10.0" __all__ = ("PydanticView", "__version__")