From 236374240ea93d85f0e37ee619eeba6d38013024 Mon Sep 17 00:00:00 2001 From: Vincent Maillol Date: Fri, 30 Oct 2020 19:14:21 +0100 Subject: [PATCH] Update version to 1.3.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 24f3a94..91f2c9e 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.3.0" __all__ = ("PydanticView", "__version__")