diff --git a/javascript/package.json b/javascript/package.json index 13868a205..08951c3e2 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@google/earthengine", - "version": "0.1.403", + "version": "0.1.404", "description": "JavaScript client for Google Earth Engine API.", "author": "Google LLC", "license": "Apache-2.0", diff --git a/javascript/src/apiclient.js b/javascript/src/apiclient.js index 408ffd699..66007f51f 100644 --- a/javascript/src/apiclient.js +++ b/javascript/src/apiclient.js @@ -24,7 +24,7 @@ const {trustedResourceUrl} = goog.require('safevalues'); /** @namespace */ const apiclient = {}; -const API_CLIENT_VERSION = '0.1.403'; +const API_CLIENT_VERSION = '0.1.404'; exports.VERSION = apiVersion.VERSION; exports.API_CLIENT_VERSION = API_CLIENT_VERSION; diff --git a/python/ee/__init__.py b/python/ee/__init__.py index d1ae2d00e..60667cc8f 100644 --- a/python/ee/__init__.py +++ b/python/ee/__init__.py @@ -1,6 +1,6 @@ """The EE Python library.""" -__version__ = '0.1.403' +__version__ = '0.1.404' # Using lowercase function naming to match the JavaScript names. # pylint: disable=g-bad-name diff --git a/python/pyproject.toml b/python/pyproject.toml index a4cfe1061..13c5b9dfc 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "earthengine-api" -version = "0.1.403" +version = "0.1.404" description = "Earth Engine Python API" requires-python = ">=3.7" keywords = [