From 507f212992fb2392035267d97bcbdb02c1a1ec3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Meki=C4=87?= Date: Fri, 6 Mar 2020 00:23:27 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0df51a9..9cd06f7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='freenit', - version='0.0.26', + version='0.0.27', description='REST API framework based on Flask-Smorest', long_description=README, long_description_content_type='text/markdown',