From efea307e60161ca0cab6d13d9ce2a146339739dc Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Tue, 11 Aug 2015 22:29:48 +0530 Subject: [PATCH] Update Version --- ee/core/variables.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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=[],