bump version 0.1.0 -> 1.0.0

This commit is contained in:
Jules 2024-06-29 14:24:36 +02:00
parent fc308021e8
commit 45a72b9794
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "open-irceline"
version = "0.1.0"
version = "1.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 = "0.1.0"
current_version = "1.0.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"

View file

@ -2,4 +2,4 @@ from .api import IrcelineRioClient, IrcelineForecastClient, IrcelineApiError
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__ = '0.1.0'
__version__ = '1.0.0'