Skip to content

Commit d49395e

Browse files
committed
Update version numbers for v1.5.11
1 parent 14271a4 commit d49395e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/ee/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The EE Python library."""
22

3-
__version__ = '1.5.11rc0'
3+
__version__ = '1.5.11'
44

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

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "earthengine-api"
3-
version = "1.5.11rc0"
3+
version = "1.5.11"
44
description = "Earth Engine Python API"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)