diff --git a/setup.py b/setup.py index c7babcdb..83d0df38 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "appier", - version = "0.8.9", + version = "0.8.10", 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 3ca2ab8b..d61162c9 100644 --- a/src/appier/base.py +++ b/src/appier/base.py @@ -79,7 +79,7 @@ """ The name to be used to describe the framework while working on its own environment, this is just a descriptive value """ -VERSION = "0.8.9" +VERSION = "0.8.10" """ The version of the framework that is currently installed this value may be used for debugging/diagnostic purposes """