From 264ed106115bf5d0fefec28e252682c98d37f61e Mon Sep 17 00:00:00 2001 From: joamag Date: Mon, 20 Apr 2015 17:48:24 +0100 Subject: [PATCH] new appier 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 02ad42bf..ebc598ca 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "appier", - version = "0.9.10", + version = "0.9.11", 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 b9f67f7c..4597c438 100644 --- a/src/appier/base.py +++ b/src/appier/base.py @@ -81,7 +81,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.10" +VERSION = "0.9.11" """ The version of the framework that is currently installed this value may be used for debugging/diagnostic purposes """