From 740cd5d71876152c57a522e14c86d5ed85930f47 Mon Sep 17 00:00:00 2001 From: Maxim Danilchenko Date: Mon, 11 Feb 2019 23:13:02 +0300 Subject: [PATCH] Setup|Update to 0.9.2 version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",