From ccd8254c8fafa656cca4b2a8bc48fc94c11134cd Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 3 May 2025 17:37:24 +0200 Subject: [PATCH] bump version 0.1.1 -> 0.1.2 --- 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 c12f34c..34da6b8 100644 --- a/irm_kmi_api/__init__.py +++ b/irm_kmi_api/__init__.py @@ -1 +1 @@ -__version__ = '0.1.1' \ No newline at end of file +__version__ = '0.1.2' \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9f92ef9..f83b60e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "irm-kmi-api" -version = "0.1.1" +version = "0.1.2" 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.1" +current_version = "0.1.2" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"