From f2f23a6a5a06e1703e5e992a4156dbacf8bd10f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Sun, 17 Jan 2021 01:18:55 +0000 Subject: [PATCH] version: 0.21.4 --- 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 5169fd4e..63c9464f 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "appier_extras", - version = "0.21.3", + version = "0.21.4", 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 20917732..8299a01e 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.21.3" +VERSION = "0.21.4" """ The version of the library that is currently installed this value may be used for debugging/diagnostic purposes """