From adcf4ba902bdab5d884736465a7e39abaf3dad31 Mon Sep 17 00:00:00 2001 From: Vincent Maillol Date: Wed, 4 Aug 2021 09:04:05 +0200 Subject: [PATCH] version 1.10.1 --- aiohttp_pydantic/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aiohttp_pydantic/__init__.py b/aiohttp_pydantic/__init__.py index 630fee7..ae27b34 100644 --- a/aiohttp_pydantic/__init__.py +++ b/aiohttp_pydantic/__init__.py @@ -1,5 +1,5 @@ from .view import PydanticView -__version__ = "1.10.0" +__version__ = "1.10.1" __all__ = ("PydanticView", "__version__") diff --git a/setup.cfg b/setup.cfg index f6377a4..14f9482 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Topic :: Software Development :: Libraries :: Application Frameworks - Framework :: AsyncIO + Framework :: aiohttp License :: OSI Approved :: MIT License [options]