Skip to content

Commit

Permalink
New version 0.19.19
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 27, 2019
1 parent 1d6425e commit 624b38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@

setuptools.setup(
name = "appier_extras",
version = "0.19.18",
version = "0.19.19",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "Appier Framework Extra Elements",
Expand Down
2 changes: 1 addition & 1 deletion src/appier_extras/base.py
Expand Up @@ -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.19.18"
VERSION = "0.19.19"
""" The version of the library that is currently installed
this value may be used for debugging/diagnostic purposes """

0 comments on commit 624b38a

Please sign in to comment.