Skip to content

Commit

Permalink
bump: version 1.6.0 → 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Oct 18, 2024
1 parent 3369d63 commit e577f38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
project = "geetools"
author = "Rodrigo E. Principe"
copyright = f"2017-{datetime.now().year}, {author}"
release = "1.6.0"
release = "1.7.0"

# -- General configuration -----------------------------------------------------
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion geetools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
__title__ = "geetools"
__summary__ = "A set of useful tools to use with Google Earth Engine Python" "API"
__uri__ = "http://geetools.readthedocs.io"
__version__ = "1.6.0"
__version__ = "1.7.0"

__author__ = "Rodrigo E. Principe"
__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 = "hatchling.build"

[project]
name = "geetools"
version = "1.6.0"
version = "1.7.0"
description = "A collection of tools to work with Google Earth Engine Python API"
keywords = [
"python",
Expand Down Expand Up @@ -126,7 +126,7 @@ branch = true
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version = "1.6.0"
version = "1.7.0"
version_files = [
"pyproject.toml:version",
"geetools/__init__.py:__version__",
Expand Down

0 comments on commit e577f38

Please sign in to comment.