Skip to content

Commit

Permalink
bump: version 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed May 21, 2024
1 parent a885360 commit 5ac04c7
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.3.0"
release = "1.3.1"

# -- 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.3.0"
__version__ = "1.3.1"

__author__ = "Rodrigo E. Principe"
__email__ = "fitoprincipe82@gmail.com"
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.3.0"
version = "1.3.1"
description = "A collection of tools to work with Google Earth Engine Python API"
keywords = [
"python",
Expand Down Expand Up @@ -124,7 +124,7 @@ branch = true
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version = "1.3.0"
version = "1.3.1"
version_files = [
"pyproject.toml:version",
"geetools/__init__.py:__version__",
Expand Down

0 comments on commit 5ac04c7

Please sign in to comment.