From 411f390a05b8393d98b37508325aad7772b0754d Mon Sep 17 00:00:00 2001 From: gi0baro Date: Tue, 17 Nov 2015 14:12:40 +0100 Subject: [PATCH] Releasing 0.5.2 --- weppy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weppy/__init__.py b/weppy/__init__.py index 3e057bcc..924e377d 100644 --- a/weppy/__init__.py +++ b/weppy/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.5.1' +__version__ = '0.5.2' from .app import App, AppModule from .expose import url