version 1.10.1

This commit is contained in:
Vincent Maillol 2021-08-04 09:04:05 +02:00
parent a624aba613
commit adcf4ba902
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
from .view import PydanticView
__version__ = "1.10.0"
__version__ = "1.10.1"
__all__ = ("PydanticView", "__version__")

View File

@ -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]