mirror of
https://github.com/jdejaegh/python-irceline.git
synced 2025-06-27 03:35:56 +02:00
bump version 2.0.0 -> 3.0.0
This commit is contained in:
parent
86addac7cf
commit
3d4a7c3720
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "open-irceline"
|
name = "open-irceline"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
description = "Get IRCEL - CELINE air quality data 🍃 🇧🇪"
|
description = "Get IRCEL - CELINE air quality data 🍃 🇧🇪"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "Jules Dejaeghere", email = "curable.grass491@mailer.me" }]
|
authors = [{ name = "Jules Dejaeghere", email = "curable.grass491@mailer.me" }]
|
||||||
|
@ -27,7 +27,7 @@ requires-python = ">=3.11"
|
||||||
Homepage = "https://github.com/jdejaegh/python-irceline"
|
Homepage = "https://github.com/jdejaegh/python-irceline"
|
||||||
|
|
||||||
[tool.bumpver]
|
[tool.bumpver]
|
||||||
current_version = "2.0.0"
|
current_version = "3.0.0"
|
||||||
version_pattern = "MAJOR.MINOR.PATCH"
|
version_pattern = "MAJOR.MINOR.PATCH"
|
||||||
commit_message = "bump version {old_version} -> {new_version}"
|
commit_message = "bump version {old_version} -> {new_version}"
|
||||||
tag_message = "{new_version}"
|
tag_message = "{new_version}"
|
||||||
|
|
|
@ -3,4 +3,4 @@ from .data import RioFeature, ForecastFeature, FeatureValue, RioIfdmFeature
|
||||||
from .forecast import IrcelineForecastClient
|
from .forecast import IrcelineForecastClient
|
||||||
from .rio import IrcelineRioClient, IrcelineRioIfdmClient
|
from .rio import IrcelineRioClient, IrcelineRioIfdmClient
|
||||||
|
|
||||||
__version__ = '2.0.0'
|
__version__ = '3.0.0'
|
||||||
|
|
Loading…
Add table
Reference in a new issue