Skip to content

Commit

Permalink
bump version 1.0.0 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdejaegh committed Jun 29, 2024
1 parent 7fe28b7 commit 3860c90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
Expand All @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion src/open_irceline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 3860c90

Please sign in to comment.