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 ec15d27 commit ef06480Copy full SHA for ef06480
ee/core/variables.py
@@ -12,7 +12,7 @@ class EEVariables():
12
"""Intialization of core variables"""
13
14
# EasyEngine version
15
- ee_version = "3.7.1"
+ ee_version = "3.7.2"
16
# EasyEngine packages versions
17
ee_wp_cli = "0.23.0"
18
ee_adminer = "4.2.5"
setup.py
@@ -58,7 +58,7 @@
58
shutil.copy2(os.path.expanduser("~")+'/.gitconfig', '/root/.gitconfig')
59
60
setup(name='ee',
61
- version='3.7.1',
+ version='3.7.2',
62
description=long_description,
63
long_description=long_description,
64
classifiers=[],
0 commit comments