Bump version number.

PiperOrigin-RevId: 660035332
This commit is contained in:
Nate Schmitz 2024-08-06 11:34:46 -07:00 committed by Google Earth Engine Authors
parent fb62e417ac
commit 7d50dae2ac
4 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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;

View File

@ -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

View File

@ -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"