From a17a68f47e27c773844fdea9653654af7b0bf009 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: Mon, 12 Nov 2018 11:26:08 +0300 Subject: [PATCH] version 0.7.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",