diff --git a/setup.py b/setup.py index 5c5fca82..0ff6135a 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "appier_extras", - version = "0.12.17", + version = "0.12.18", author = "Hive Solutions Lda.", author_email = "development@hive.pt", description = "Appier Framework Extra Elements", diff --git a/src/appier_extras/base.py b/src/appier_extras/base.py index d66390a4..20885091 100644 --- a/src/appier_extras/base.py +++ b/src/appier_extras/base.py @@ -41,6 +41,6 @@ """ The name to be used to describe the library while working on its own environment, this is just a descriptive value """ -VERSION = "0.12.17" +VERSION = "0.12.18" """ The version of the library that is currently installed this value may be used for debugging/diagnostic purposes """