Skip to content

Commit

Permalink
Update version numbers for v0.1.418rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
naschmitz committed Aug 23, 2024
1 parent e8dca79 commit c6bffde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/ee/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The EE Python library."""

__version__ = '0.1.418rc0'
__version__ = '0.1.418rc1'

# Using lowercase function naming to match the JavaScript names.
# pylint: disable=g-bad-name
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "earthengine-api"
version = "0.1.418rc0"
version = "0.1.418rc1"
description = "Earth Engine Python API"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit c6bffde

Please sign in to comment.