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