File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.4 "
23+ release = "1.18.0 "
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.4 "
45+ __version__ = "1.18.0 "
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.4 "
7+ version = " 1.18.0 "
88description = " A collection of tools to work with Google Earth Engine Python API"
99keywords = [
1010 " python" ,
@@ -126,7 +126,7 @@ branch = true
126126[tool .commitizen ]
127127tag_format = " v$major.$minor.$patch$prerelease"
128128update_changelog_on_bump = false
129- version = " 1.17.4 "
129+ version = " 1.18.0 "
130130version_files = [
131131 " pyproject.toml:version" ,
132132 " geetools/__init__.py:__version__" ,
You can’t perform that action at this time.
0 commit comments