Skip to content

Commit

Permalink
Upgrading and tagging version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alegria Aclan committed Jun 14, 2022
1 parent 8dd7faa commit 5777cfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.3
4.0.4
2 changes: 1 addition & 1 deletion pyega3/pyega3.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from pyega3.libs.data_file import DataFile
from pyega3.libs.commands import execute_subcommand

VERSION = "4.0.3"
VERSION = "4.0.4"
session_id = random.getrandbits(32)
logging_level = logging.INFO

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

VERSION = "4.0.3"
VERSION = "4.0.4"

CURRENT_PYTHON_VERSION = sys.version_info[:2]

Expand Down

0 comments on commit 5777cfa

Please sign in to comment.