From 3be7bb6fca6c44a3bd844c6853b4e46d08d86749 Mon Sep 17 00:00:00 2001 From: joamag Date: Wed, 23 Mar 2016 19:20:15 +0000 Subject: [PATCH] new version --- setup.py | 2 +- src/appier/base.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0abd7d75..3c854d5b 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "appier", - version = "1.3.6", + version = "1.3.7", author = "Hive Solutions Lda.", author_email = "development@hive.pt", description = "Appier Framework", diff --git a/src/appier/base.py b/src/appier/base.py index c87d43fd..537c7938 100644 --- a/src/appier/base.py +++ b/src/appier/base.py @@ -90,7 +90,7 @@ """ The name to be used to describe the framework while working on its own environment, this is just a descriptive value """ -VERSION = "1.3.6" +VERSION = "1.3.7" """ The version of the framework that is currently installed this value may be used for debugging/diagnostic purposes """