Update version
This commit is contained in:
parent
2acd9b91a3
commit
1ffde607c9
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='aiohttp_pydantic',
|
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',
|
description='Aiohttp View using pydantic to validate request body and query sting regarding method annotation',
|
||||||
keywords='aiohttp pydantic annotation unpack inject validate',
|
keywords='aiohttp pydantic annotation unpack inject validate',
|
||||||
author='Vincent Maillol',
|
author='Vincent Maillol',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user