bump version 1.0.2 -> 1.0.3

This commit is contained in:
Jules 2025-05-13 20:35:51 +02:00
parent 7efc8170c5
commit bd3b4e0a84
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
2 changed files with 3 additions and 3 deletions

View file

@ -42,4 +42,4 @@ __all__ = [
"RainGraph",
]
__version__ = '1.0.2'
__version__ = '1.0.3'

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "irm-kmi-api"
version = "1.0.2"
version = "1.0.3"
description = "Retrieve data from the Belgian IRM KMI in Python"
readme = "README.md"
authors = [{ name = "Jules Dejaeghere", email = "curable.grass491@mailer.me" }]
@ -28,7 +28,7 @@ Homepage = "https://github.com/jdejaegh/irm-kmi-api"
packages = ["irm_kmi_api", "irm_kmi_api.resources"]
[tool.bumpver]
current_version = "1.0.2"
current_version = "1.0.3"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"