From 7301364afd7bcd368040b4104fe25b74b7c74567 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 3 May 2025 18:06:07 +0200 Subject: [PATCH] bump version 0.1.3 -> 0.1.4 --- irm_kmi_api/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/irm_kmi_api/__init__.py b/irm_kmi_api/__init__.py index ef0b380..bad32e9 100644 --- a/irm_kmi_api/__init__.py +++ b/irm_kmi_api/__init__.py @@ -1 +1 @@ -__version__ = '0.1.3' \ No newline at end of file +__version__ = '0.1.4' \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2d8dcf7..2796970 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "irm-kmi-api" -version = "0.1.3" +version = "0.1.4" description = "Retrieve data from the Belgian IRM KMI in Python" readme = "README.md" authors = [{ name = "Jules Dejaeghere", email = "curable.grass491@mailer.me" }] @@ -26,7 +26,7 @@ requires-python = ">=3.11" Homepage = "https://github.com/jdejaegh/irm-kmi-api" [tool.bumpver] -current_version = "0.1.3" +current_version = "0.1.4" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"