Skip to content

Commit 0eaecf0

Browse files
committed
bump: version 0.3.4 → 0.4.0
1 parent 942d5c7 commit 0eaecf0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Pierrick"
66
orcid: "https://orcid.org/0000-0001-8764-5749"
77
title: "pyGAUL"
8-
version: "0.3.4"
8+
version: "0.4.0"
99
doi: ""
1010
date-released: "2024-12-07"
1111
url: "https://github.com/gee-community/pygaul"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
project = "pyGAUL"
1313
author = "Pierrick Rambaud"
1414
copyright = f"2023-{datetime.now().year}, {author}"
15-
release = "0.3.4"
15+
release = "0.4.0"
1616

1717
# -- General configuration -----------------------------------------------------
1818
extensions = [

pygaul/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import pandas as pd
1717
from 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

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 = "pygaul"
7-
version = "0.3.4"
7+
version = "0.4.0"
88
description = "Easy access to administrative boundary defined by FAO GAUL from Python scripts"
99
keywords = [
1010
"skeleton",
@@ -78,7 +78,7 @@ post-install-commands = ["pre-commit install"]
7878
[tool.commitizen]
7979
tag_format = "v$major.$minor.$patch$prerelease"
8080
update_changelog_on_bump = false
81-
version = "0.3.4"
81+
version = "0.4.0"
8282
version_files = [
8383
"pyproject.toml:version",
8484
"pygaul/__init__.py:__version__",

0 commit comments

Comments
 (0)