We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f3d7c commit c82c2b3Copy full SHA for c82c2b3
ee/core/variables.py
@@ -12,7 +12,7 @@ class EEVariables():
12
"""Intialization of core variables"""
13
14
# EasyEngine version
15
- ee_version = "3.3.8"
+ ee_version = "3.3.9"
16
17
18
# EasyEngine packages versions
setup.py
@@ -54,7 +54,7 @@
54
os.system("git config --global user.email {0}".format(ee_email))
55
56
setup(name='ee',
57
- version='3.3.8',
+ version='3.3.9',
58
description=long_description,
59
long_description=long_description,
60
classifiers=[],
0 commit comments