Skip to content

Commit 89b6266

Browse files
committed
Updated fork version to 1.1.5rc0.
1 parent d448db0 commit 89b6266

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

javascript/package.json

Lines changed: 2 additions & 2 deletions
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.1.5",
44
"description": "JavaScript client for Google Earth Engine API.",
55
"author": "Google LLC",
66
"license": "Apache-2.0",
@@ -35,4 +35,4 @@
3535
"karma-chrome-launcher": "^2.1.1",
3636
"karma-jasmine": "^1.1.0"
3737
}
38-
}
38+
}

javascript/src/apiclient.js

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

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

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

python/ee/__init__.py

Lines changed: 1 addition & 1 deletion
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.1.5rc0'
44

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

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.1.5rc0"
44
description = "Earth Engine Python API"
55
readme = "README.md"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)