Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 29, 2016
1 parent 47e185f commit 78850a4
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( setuptools.setup(
name = "appier", name = "appier",
version = "1.6.15", version = "1.6.16",
author = "Hive Solutions Lda.", author = "Hive Solutions Lda.",
author_email = "development@hive.pt", author_email = "development@hive.pt",
description = "Appier Framework", description = "Appier Framework",
Expand Down
2 changes: 1 addition & 1 deletion src/appier/base.py
Expand Up @@ -91,7 +91,7 @@
""" The name to be used to describe the framework while working """ The name to be used to describe the framework while working
on its own environment, this is just a descriptive value """ on its own environment, this is just a descriptive value """


VERSION = "1.6.15" VERSION = "1.6.16"
""" The version of the framework that is currently installed """ The version of the framework that is currently installed
this value may be used for debugging/diagnostic purposes """ this value may be used for debugging/diagnostic purposes """


Expand Down

0 comments on commit 78850a4

Please sign in to comment.