From 19ede5d3d8fef1472f38c42d937c4b8b75fc7136 Mon Sep 17 00:00:00 2001 From: Ben Galin Date: Mon, 19 Aug 2024 19:31:20 +0000 Subject: [PATCH] Update version numbers for v0.1.417 --- 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 68115cd20..6a5c10dac 100644 --- a/python/ee/__init__.py +++ b/python/ee/__init__.py @@ -1,6 +1,6 @@ """The EE Python library.""" -__version__ = '0.1.417rc0' +__version__ = '0.1.417' # 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 2b39ed223..a1ccece14 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "earthengine-api" -version = "0.1.417rc0" +version = "0.1.417" description = "Earth Engine Python API" readme = "README.md" requires-python = ">=3.8"