diff --git a/python/ee/__init__.py b/python/ee/__init__.py index 11f761c40..b7af97c78 100644 --- a/python/ee/__init__.py +++ b/python/ee/__init__.py @@ -1,6 +1,6 @@ """The EE Python library.""" -__version__ = '1.5.0rc0' +__version__ = '1.5.0' # 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 1b9a2ad49..96d6ab198 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "earthengine-api" -version = "1.5.0rc0" +version = "1.5.0" description = "Earth Engine Python API" readme = "README.md" requires-python = ">=3.9"