@ -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"
@ -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=[],