From 54d17b0cd9de0e8661acf0f022dc280a3c8104ac Mon Sep 17 00:00:00 2001 From: naschmitz Date: Mon, 13 Jan 2025 21:55:18 +0000 Subject: [PATCH] Update version numbers for v1.4.5 --- python/ee/__init__.py | 2 +- python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ee/__init__.py b/python/ee/__init__.py index 16fe1f9a0..56cca66be 100644 --- a/python/ee/__init__.py +++ b/python/ee/__init__.py @@ -1,6 +1,6 @@ """The EE Python library.""" -__version__ = '1.4.5rc0' +__version__ = '1.4.5' # 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 88ee580e4..e5bd9219c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "earthengine-api" -version = "1.4.5rc0" +version = "1.4.5" description = "Earth Engine Python API" readme = "README.md" requires-python = ">=3.9"