From ffbbfb20a9256c272f7c091df4f5cca8effe6374 Mon Sep 17 00:00:00 2001 From: joamag Date: Fri, 23 Nov 2018 13:06:58 +0000 Subject: [PATCH] new version --- setup.py | 2 +- src/appier_extras/base.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 017e1375..c3ace772 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "appier_extras", - version = "0.16.19", + version = "0.16.20", 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 cb2e6264..e0f1b408 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.16.19" +VERSION = "0.16.20" """ The version of the library that is currently installed this value may be used for debugging/diagnostic purposes """