diff --git a/setup.py b/setup.py index 0877621e..fbf5cf08 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "appier", - version = "0.8.31", + version = "0.8.32", 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 ebb46e4b..98e52746 100644 --- a/src/appier/base.py +++ b/src/appier/base.py @@ -80,7 +80,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.31" +VERSION = "0.8.32" """ The version of the framework that is currently installed this value may be used for debugging/diagnostic purposes """