From 8422afd99c93736596152cbe86b392eda54529dd Mon Sep 17 00:00:00 2001 From: Ashley Sommer Date: Wed, 18 Sep 2019 15:45:14 +1000 Subject: [PATCH] bump version for new release --- sanic_restplus/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic_restplus/__about__.py b/sanic_restplus/__about__.py index 7ec2fd20..8f8f6c73 100644 --- a/sanic_restplus/__about__.py +++ b/sanic_restplus/__about__.py @@ -1,4 +1,4 @@ # -*- coding: latin-1 -*- # -__version__ = '0.4.0' +__version__ = '0.4.0.post1' __description__ = 'Fully featured framework for fast, easy and documented API development with Sanic'