Skip to content

Commit 211ed93

Browse files
authored
bump: version 1.17.3 → 1.17.4
1 parent a8553ad commit 211ed93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project = "geetools"
2121
author = "Rodrigo E. Principe"
2222
copyright = f"2017-{datetime.now().year}, {author}"
23-
release = "1.17.3"
23+
release = "1.17.4"
2424

2525
# -- General configuration -----------------------------------------------------
2626
extensions = [

geetools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
__title__ = "geetools"
4343
__summary__ = "A set of useful tools to use with Google Earth Engine Python" "API"
4444
__uri__ = "http://geetools.readthedocs.io"
45-
__version__ = "1.17.3"
45+
__version__ = "1.17.4"
4646

4747
__author__ = "Rodrigo E. Principe"
4848
__email__ = "fitoprincipe82@gmail.com"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "geetools"
7-
version = "1.17.3"
7+
version = "1.17.4"
88
description = "A collection of tools to work with Google Earth Engine Python API"
99
keywords = [
1010
"python",
@@ -127,7 +127,7 @@ branch = true
127127
[tool.commitizen]
128128
tag_format = "v$major.$minor.$patch$prerelease"
129129
update_changelog_on_bump = false
130-
version = "1.17.3"
130+
version = "1.17.4"
131131
version_files = [
132132
"pyproject.toml:version",
133133
"geetools/__init__.py:__version__",

0 commit comments

Comments
 (0)