Skip to content

Commit ef06480

Browse files
committed
update version
1 parent ec15d27 commit ef06480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ee/core/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class EEVariables():
1212
"""Intialization of core variables"""
1313

1414
# EasyEngine version
15-
ee_version = "3.7.1"
15+
ee_version = "3.7.2"
1616
# EasyEngine packages versions
1717
ee_wp_cli = "0.23.0"
1818
ee_adminer = "4.2.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
shutil.copy2(os.path.expanduser("~")+'/.gitconfig', '/root/.gitconfig')
5959

6060
setup(name='ee',
61-
version='3.7.1',
61+
version='3.7.2',
6262
description=long_description,
6363
long_description=long_description,
6464
classifiers=[],

0 commit comments

Comments
 (0)