Skip to content

Commit c82c2b3

Browse files
committed
Update version
1 parent a9f3d7c commit c82c2b3

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.3.8"
15+
ee_version = "3.3.9"
1616

1717

1818
# EasyEngine packages versions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
os.system("git config --global user.email {0}".format(ee_email))
5555

5656
setup(name='ee',
57-
version='3.3.8',
57+
version='3.3.9',
5858
description=long_description,
5959
long_description=long_description,
6060
classifiers=[],

0 commit comments

Comments
 (0)