From 1ffde607c9be3f20a7dc7663431cd9a09e43b14f Mon Sep 17 00:00:00 2001 From: Vincent Maillol Date: Sat, 10 Oct 2020 17:54:16 +0200 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9257621..06ddc7a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='aiohttp_pydantic', - version='0.0.1', + version='1.0.0', description='Aiohttp View using pydantic to validate request body and query sting regarding method annotation', keywords='aiohttp pydantic annotation unpack inject validate', author='Vincent Maillol',