From 335c1be8f04b9ba5233f5636c5f51113ea82a6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Tue, 18 Aug 2015 00:40:17 +0200 Subject: [PATCH] new version --- src/appier/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appier/base.py b/src/appier/base.py index f90b03ec..801f1361 100644 --- a/src/appier/base.py +++ b/src/appier/base.py @@ -88,7 +88,7 @@ """ The name to be used to describe the framework while working on its own environment, this is just a descriptive value """ -VERSION = "0.9.69" +VERSION = "0.9.70" """ The version of the framework that is currently installed this value may be used for debugging/diagnostic purposes """