From e0c3e6e2ccbd887912a5212b5d79a51901033303 Mon Sep 17 00:00:00 2001 From: gi0baro Date: Fri, 6 Nov 2015 10:37:41 +0100 Subject: [PATCH] Releasing 0.5.1 --- weppy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weppy/__init__.py b/weppy/__init__.py index 93c4d018..3e057bcc 100644 --- a/weppy/__init__.py +++ b/weppy/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.5' +__version__ = '0.5.1' from .app import App, AppModule from .expose import url