diff --git a/setup.py b/setup.py index 43c2cdb..d01d884 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def readme(fname): setup( name='aiohttp-apispec', - version='0.7.5', + version='0.7.6', description='Build and document REST APIs with aiohttp and apispec', long_description=readme('README.md'), long_description_content_type="text/markdown",