File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 given-names : " Pierrick"
66 orcid : " https://orcid.org/0000-0001-8764-5749"
77title : " pyGAUL"
8- version : " 0.3.4 "
8+ version : " 0.4.0 "
99doi : " "
1010date-released : " 2024-12-07"
1111url : " https://github.com/gee-community/pygaul"
Original file line number Diff line number Diff line change 1212project = "pyGAUL"
1313author = "Pierrick Rambaud"
1414copyright = f"2023-{ datetime .now ().year } , { author } "
15- release = "0.3.4 "
15+ release = "0.4.0 "
1616
1717# -- General configuration -----------------------------------------------------
1818extensions = [
Original file line number Diff line number Diff line change 1616import pandas as pd
1717from deprecated .sphinx import deprecated , versionadded # type: ignore [import-untyped]
1818
19- __version__ = "0.3.4 "
19+ __version__ = "0.4.0 "
2020__author__ = "Pierrick Rambaud"
2121__email__ = "pierrick.rambaud49@gmail.com"
2222
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " pygaul"
7- version = " 0.3.4 "
7+ version = " 0.4.0 "
88description = " Easy access to administrative boundary defined by FAO GAUL from Python scripts"
99keywords = [
1010 " skeleton" ,
@@ -78,7 +78,7 @@ post-install-commands = ["pre-commit install"]
7878[tool .commitizen ]
7979tag_format = " v$major.$minor.$patch$prerelease"
8080update_changelog_on_bump = false
81- version = " 0.3.4 "
81+ version = " 0.4.0 "
8282version_files = [
8383 " pyproject.toml:version" ,
8484 " pygaul/__init__.py:__version__" ,
You can’t perform that action at this time.
0 commit comments