From 3860c90fac911d9bed2a812df42e8623528c6fb1 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 29 Jun 2024 20:30:04 +0200 Subject: [PATCH] bump version 1.0.0 -> 2.0.0 --- 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 6b52981..aa218ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "open-irceline" -version = "1.0.0" +version = "2.0.0" 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 = "1.0.0" +current_version = "2.0.0" 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 af5909a..cc24f85 100644 --- a/src/open_irceline/__init__.py +++ b/src/open_irceline/__init__.py @@ -2,4 +2,4 @@ from .belaqi import belaqi_index_rio_hourly, belaqi_index_forecast_daily, belaqi_index_daily, belaqi_index_hourly from .data import RioFeature, ForecastFeature, FeatureValue, BelAqiIndex -__version__ = '1.0.0' +__version__ = '2.0.0'