Skip to content

Commit

Permalink
bump: version 0.5.2 → 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed May 31, 2024
1 parent 33ec93d commit 2fac721
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Pierrick"
orcid: "https://orcid.org/0000-0001-8764-5749"
title: "pyGADM"
version: "0.5.2"
version: "0.5.3"
doi: ""
date-released: "2023-12-22"
url: "https://github.com/12rambau/pygadm"
2 changes: 1 addition & 1 deletion pygadm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

session = CachedSession("pygadm", use_temp=True)

__version__ = "0.5.2"
__version__ = "0.5.3"
__author__ = "Pierrick Rambaud"
__email__ = "[email protected]"

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pygadm"
version = "0.5.2"
version = "0.5.3"
description = "Easy access to administrative boundary defined by GADM from Python scripts"
keywords = [
"Python"
Expand Down Expand Up @@ -77,7 +77,7 @@ post-install-commands = ["pre-commit install"]
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version = "0.5.2"
version = "0.5.3"
version_files = [
"pyproject.toml:version",
"pygadm/__init__.py:__version__",
Expand Down

0 comments on commit 2fac721

Please sign in to comment.