File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google/earthengine" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 1.5.10 " ,
4
4
"description" : " JavaScript client for Google Earth Engine API." ,
5
5
"author" : " Google LLC" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const {trustedResourceUrl} = goog.require('safevalues.index');
24
24
/** @namespace */
25
25
const apiclient = { } ;
26
26
27
- const API_CLIENT_VERSION = '0.0.0 ' ;
27
+ const API_CLIENT_VERSION = '1.5.10 ' ;
28
28
29
29
exports . VERSION = apiVersion . VERSION ;
30
30
exports . API_CLIENT_VERSION = API_CLIENT_VERSION ;
Original file line number Diff line number Diff line change 1
1
"""The EE Python library."""
2
2
3
- __version__ = '0.0.0 '
3
+ __version__ = '1.5.10rc0 '
4
4
5
5
# Using lowercase function naming to match the JavaScript names.
6
6
# pylint: disable=g-bad-name
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " earthengine-api"
3
- version = " 0.0.0 "
3
+ version = " 1.5.10rc0 "
4
4
description = " Earth Engine Python API"
5
5
readme = " README.md"
6
6
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments