From 2a064a75d985325ec5e04c4901da966d7f4b2ca3 Mon Sep 17 00:00:00 2001 From: Vincent Maillol Date: Sun, 25 Oct 2020 20:52:04 +0100 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 24f3a94..04d95be 100644 --- a/aiohttp_pydantic/__init__.py +++ b/aiohttp_pydantic/__init__.py @@ -1,5 +1,5 @@ from .view import PydanticView -__version__ = "1.0.0" +__version__ = "1.1.0" __all__ = ("PydanticView", "__version__")