Skip to content

Commit

Permalink
version: 1.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 2, 2024
1 parent fa91205 commit 6c6997d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def read_file(path):

setuptools.setup(
name="appier",
version="1.34.0",
version="1.34.1",
author="Hive Solutions Lda.",
author_email="[email protected]",
description="Appier Framework",
Expand Down
2 changes: 1 addition & 1 deletion src/appier/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
""" The name to be used to describe the framework while working
on its own environment, this is just a descriptive value """

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

Expand Down

0 comments on commit 6c6997d

Please sign in to comment.