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'