diff --git a/ee/core/variables.py b/ee/core/variables.py index 97f03890..91b2896d 100644 --- a/ee/core/variables.py +++ b/ee/core/variables.py @@ -12,7 +12,7 @@ class EEVariables(): """Intialization of core variables""" # EasyEngine version - ee_version = "3.3.3" + ee_version = "3.3.4" # EasyEngine packages versions ee_wp_cli = "0.19.2" diff --git a/setup.py b/setup.py index 5850f80b..0c9f2263 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ except Exception as e: os.system("git config --global user.email {0}".format(ee_email)) setup(name='ee', - version='3.3.3', + version='3.3.4', description=long_description, long_description=long_description, classifiers=[],