From e4b23398b8329d0edc46102ce692e353bebd089f Mon Sep 17 00:00:00 2001 From: Vincent Maillol Date: Sun, 1 Nov 2020 19:45:05 +0100 Subject: [PATCH] Update version 1.4.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 91f2c9e..c5726be 100644 --- a/aiohttp_pydantic/__init__.py +++ b/aiohttp_pydantic/__init__.py @@ -1,5 +1,5 @@ from .view import PydanticView -__version__ = "1.3.0" +__version__ = "1.4.0" __all__ = ("PydanticView", "__version__")