File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020project = "geetools"
2121author = "Rodrigo E. Principe"
2222copyright = f"2017-{ datetime .now ().year } , { author } "
23- release = "1.17.3 "
23+ release = "1.17.4 "
2424
2525# -- General configuration -----------------------------------------------------
2626extensions = [
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " geetools"
7- version = " 1.17.3 "
7+ version = " 1.17.4 "
88description = " A collection of tools to work with Google Earth Engine Python API"
99keywords = [
1010 " python" ,
@@ -127,7 +127,7 @@ branch = true
127127[tool .commitizen ]
128128tag_format = " v$major.$minor.$patch$prerelease"
129129update_changelog_on_bump = false
130- version = " 1.17.3 "
130+ version = " 1.17.4 "
131131version_files = [
132132 " pyproject.toml:version" ,
133133 " geetools/__init__.py:__version__" ,
You can’t perform that action at this time.
0 commit comments