We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7216730 commit b64d321Copy full SHA for b64d321
python/ee/__init__.py
@@ -1,6 +1,6 @@
1
"""The EE Python library."""
2
3
-__version__ = '1.5.19rc0'
+__version__ = '1.5.19'
4
5
# Using lowercase function naming to match the JavaScript names.
6
# pylint: disable=g-bad-name
python/pyproject.toml
[project]
name = "earthengine-api"
-version = "1.5.19rc0"
+version = "1.5.19"
description = "Earth Engine Python API"
readme = "README.md"
requires-python = ">=3.9"
0 commit comments