diff --git a/setup.py b/setup.py index 4b78f7d..a802e7d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(file_name): setup( name='aiohttp-apispec', - version='0.9.1', + version='0.9.2', description='Build and document REST APIs with aiohttp and apispec', long_description=read('README.md'), long_description_content_type="text/markdown",