From 52550a33b17c7c6e96ef79372e914efce1ffafaf Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 9 Nov 2024 15:32:47 +0100 Subject: [PATCH] bump version 3.0.0 -> 3.0.1 --- pyproject.toml | 4 ++-- src/open_irceline/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09498d8..0627bbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "open-irceline" -version = "3.0.0" +version = "3.0.1" description = "Get IRCEL - CELINE air quality data 🍃 🇧🇪" readme = "README.md" authors = [{ name = "Jules Dejaeghere", email = "curable.grass491@mailer.me" }] @@ -27,7 +27,7 @@ requires-python = ">=3.11" Homepage = "https://github.com/jdejaegh/python-irceline" [tool.bumpver] -current_version = "3.0.0" +current_version = "3.0.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/src/open_irceline/__init__.py b/src/open_irceline/__init__.py index b0acb8a..beda0fa 100644 --- a/src/open_irceline/__init__.py +++ b/src/open_irceline/__init__.py @@ -3,4 +3,4 @@ from .forecast import IrcelineForecastClient from .rio import IrcelineRioClient, IrcelineRioIfdmClient -__version__ = '3.0.0' +__version__ = '3.0.1'