mirror of
https://github.com/google/earthengine-api.git
synced 2026-02-01 16:00:51 +00:00
Bump version number.
PiperOrigin-RevId: 660035332
This commit is contained in:
parent
fb62e417ac
commit
7d50dae2ac
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@google/earthengine",
|
||||
"version": "0.1.414",
|
||||
"version": "0.1.415",
|
||||
"description": "JavaScript client for Google Earth Engine API.",
|
||||
"author": "Google LLC",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@ -24,7 +24,7 @@ const {trustedResourceUrl} = goog.require('safevalues');
|
||||
/** @namespace */
|
||||
const apiclient = {};
|
||||
|
||||
const API_CLIENT_VERSION = '0.1.414';
|
||||
const API_CLIENT_VERSION = '0.1.415';
|
||||
|
||||
exports.VERSION = apiVersion.VERSION;
|
||||
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
"""The EE Python library."""
|
||||
|
||||
__version__ = '0.1.414'
|
||||
__version__ = '0.1.415'
|
||||
|
||||
# Using lowercase function naming to match the JavaScript names.
|
||||
# pylint: disable=g-bad-name
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "earthengine-api"
|
||||
version = "0.1.414"
|
||||
version = "0.1.415"
|
||||
description = "Earth Engine Python API"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user