Browse Source

Update version

hotfix/v3.3.14
Prabuddha Chakraborty 9 years ago
parent
commit
c82c2b3d3c
  1. 2
      ee/core/variables.py
  2. 2
      setup.py

2
ee/core/variables.py

@ -12,7 +12,7 @@ class EEVariables():
"""Intialization of core variables"""
# EasyEngine version
ee_version = "3.3.8"
ee_version = "3.3.9"
# EasyEngine packages versions

2
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.8',
version='3.3.9',
description=long_description,
long_description=long_description,
classifiers=[],

Loading…
Cancel
Save