@ -12,7 +12,7 @@ class EEVariables():
"""Intialization of core variables"""
# EasyEngine version
ee_version = "3.0.2"
ee_version = "3.0.3"
# EasyEngine packages versions
ee_wp_cli = "0.18.0"
@ -5,7 +5,7 @@
# to update current EasyEngine from 2.x to 3.x
old_ee_version="2.2.3"
new_ee_version="3.0.2"
new_ee_version="3.0.3"
branch=$1
# Define echo function
@ -54,7 +54,7 @@ except Exception as e:
os.system("git config --global user.email {0}".format(ee_email))
setup(name='ee',
version='3.0.2',
version='3.0.3',
description=long_description,
long_description=long_description,
classifiers=[],