diff --git a/ee/core/variables.py b/ee/core/variables.py index bead213e..8ffa4c41 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.10" + ee_version = "3.3.11" # EasyEngine packages versions diff --git a/install b/install index beb6e436..1cc1d32a 100644 --- a/install +++ b/install @@ -48,7 +48,7 @@ fi # Define variables for later use ee_branch=$1 readonly ee_version_old="2.2.3" -readonly ee_version_new="3.3.10" +readonly ee_version_new="3.3.11" readonly ee_log_dir=/var/log/ee/ readonly ee_install_log=/var/log/ee/install.log readonly ee_linux_distro=$(lsb_release -i | awk '{print $3}') diff --git a/setup.py b/setup.py index 82950194..932a94b7 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.10', + version='3.3.11', description=long_description, long_description=long_description, classifiers=[],