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 """