Skip to content

Commit

Permalink
bump: version 0.5.2 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Feb 12, 2025
1 parent 0a7262a commit a030721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eeclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "eeclient"
__summary__ = "A client for Google Earth Engine"
__version__ = "0.5.2"
__version__ = "0.6.0"

__author__ = "Daniel Guerrero"
__email__ = "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ee-client"
version = "0.5.2"
version = "0.6.0"
description = "extends the capabilities of the earthengine-api by providing custom session management and client interactions"
readme = { file = "README.rst", content-type = "text/x-rst" }
authors = [
Expand Down Expand Up @@ -65,7 +65,7 @@ branch = true
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version = "0.5.2"
version = "0.6.0"
version_files = [
"pyproject.toml:version",
"eeclient/__init__.py:__version__",
Expand Down

0 comments on commit a030721

Please sign in to comment.