Skip to content

Commit

Permalink
bump: version 1.2.2 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Mar 13, 2024
1 parent e310240 commit 1dfca30
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 @@ -21,7 +21,7 @@
project = "geetools"
author = "Rodrigo E. Principe"
copyright = f"2017-{datetime.now().year}, {author}"
release = "1.2.2"
release = "1.3.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 @@ -54,7 +54,7 @@
__title__ = "geetools"
__summary__ = "A set of useful tools to use with Google Earth Engine Python" "API"
__uri__ = "http://geetools.readthedocs.io"
__version__ = "1.2.2"
__version__ = "1.3.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.2.2"
version = "1.3.0"
description = "A collection of tools to work with Google Earth Engine Python API"
keywords = [
"python",
Expand Down Expand Up @@ -122,7 +122,7 @@ branch = true
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version = "1.2.2"
version = "1.3.0"
version_files = [
"pyproject.toml:version",
"geetools/__init__.py:__version__",
Expand Down

0 comments on commit 1dfca30

Please sign in to comment.