diff --git a/irm_kmi_api/__init__.py b/irm_kmi_api/__init__.py index bad32e9..e2888cc 100644 --- a/irm_kmi_api/__init__.py +++ b/irm_kmi_api/__init__.py @@ -1 +1 @@ -__version__ = '0.1.4' \ No newline at end of file +__version__ = '0.1.5' \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2796970..4b31fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "irm-kmi-api" -version = "0.1.4" +version = "0.1.5" 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.4" +current_version = "0.1.5" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"