diff --git a/ee/core/variables.py b/ee/core/variables.py index 53689112..5ab02cf7 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.0.4" + ee_version = "3.0.5" # EasyEngine packages versions ee_wp_cli = "0.18.0" diff --git a/install b/install index 55334045..11076335 100644 --- a/install +++ b/install @@ -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.4" +new_ee_version="3.0.5" branch=$1 # Define echo function diff --git a/setup.py b/setup.py index 2153842f..6c22ce1f 100644 --- a/setup.py +++ b/setup.py @@ -54,15 +54,15 @@ except Exception as e: os.system("git config --global user.email {0}".format(ee_email)) setup(name='ee', - version='3.0.4', + version='3.0.5', description=long_description, long_description=long_description, classifiers=[], keywords='', author='rtCamp Soultions Pvt. LTD', - author_email='sys@rtcamp.com', + author_email='ee@rtcamp.com', url='http://rtcamp.com/easyengine', - license='GPL', + license='MIT', packages=find_packages(exclude=['ez_setup', 'examples', 'tests', 'templates']), include_package_data=True,