We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14271a4 commit d49395eCopy full SHA for d49395e
python/ee/__init__.py
@@ -1,6 +1,6 @@
1
"""The EE Python library."""
2
3
-__version__ = '1.5.11rc0'
+__version__ = '1.5.11'
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.11rc0"
+version = "1.5.11"
description = "Earth Engine Python API"
readme = "README.md"
requires-python = ">=3.9"
0 commit comments