From ee3ec4cfdb9ca1c520be184668e60ff932198f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=94=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=BB=D1=8C=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Fri, 31 May 2019 12:51:14 +0300 Subject: [PATCH] Version update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 704b53e..15d487e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(file_name): setup( name='aiohttp-apispec', - version='1.2.0', + version='1.2.1', description='Build and document REST APIs with aiohttp and apispec', long_description=read('README.md'), long_description_content_type="text/markdown",