diff --git a/setup.py b/setup.py index 21141a1..a5a99ea 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(file_name): setup( name='aiohttp-apispec', - version='2.1.0', + version='2.2.0', description='Build and document REST APIs with aiohttp and apispec', long_description=read('README.md'), long_description_content_type="text/markdown",