Commit 5b60c86 1 parent 992750e commit 5b60c86 Copy full SHA for 5b60c86
File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 23
23
author = "Cesar Aybar and David Montero Loaiza"
24
24
25
25
# The full version, including alpha/beta/rc tags
26
- release = "0.0.14 "
26
+ release = "0.0.15 "
27
27
28
28
# -- General configuration ---------------------------------------------------
29
29
Original file line number Diff line number Diff line change 2
2
ee_extra Extensions.
3
3
"""
4
4
5
- __version__ = "0.0.14 "
5
+ __version__ = "0.0.15 "
6
6
7
7
from ee_extra .Image .basic import *
8
8
from ee_extra .ImageCollection .core import *
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def read(filename):
14
14
15
15
setup (
16
16
name = "ee_extra" ,
17
- version = "0.0.14 " ,
17
+ version = "0.0.15 " ,
18
18
url = "https://github.com/r-earthengine/ee_extra" ,
19
19
license = "Apache 2.0" ,
20
20
author = "Cesar Aybar, David Montero Loaiza and Aaron Zuspan" ,
@@ -31,7 +31,6 @@ def read(filename):
31
31
"Development Status :: 2 - Pre-Alpha" ,
32
32
"License :: OSI Approved :: Apache Software License" ,
33
33
"Programming Language :: Python" ,
34
- "Programming Language :: Python :: 3.6" ,
35
34
"Programming Language :: Python :: 3.7" ,
36
35
"Programming Language :: Python :: 3.8" ,
37
36
"Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments