Skip to content

Commit fe8e38a

Browse files
committed
Update version numbers for v1.5.10rc0
1 parent dab7a3d commit fe8e38a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google/earthengine",
3-
"version": "0.0.0",
3+
"version": "1.5.10",
44
"description": "JavaScript client for Google Earth Engine API.",
55
"author": "Google LLC",
66
"license": "Apache-2.0",

javascript/src/apiclient.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const {trustedResourceUrl} = goog.require('safevalues.index');
2424
/** @namespace */
2525
const apiclient = {};
2626

27-
const API_CLIENT_VERSION = '0.0.0';
27+
const API_CLIENT_VERSION = '1.5.10';
2828

2929
exports.VERSION = apiVersion.VERSION;
3030
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;

python/ee/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The EE Python library."""
22

3-
__version__ = '0.0.0'
3+
__version__ = '1.5.10rc0'
44

55
# Using lowercase function naming to match the JavaScript names.
66
# pylint: disable=g-bad-name

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "earthengine-api"
3-
version = "0.0.0"
3+
version = "1.5.10rc0"
44
description = "Earth Engine Python API"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)