Skip to content

Commit

Permalink
bump version 0.0.16 -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdejaegh committed Jun 23, 2024
1 parent de5c8fe commit a6d9b4e
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 = "0.0.16"
version = "0.1.0"
description = "Get IRCEL - CELINE air quality data πŸƒ πŸ‡§πŸ‡ͺ"
readme = "README.md"
authors = [{ name = "Jules Dejaeghere", email = "curable.grass491@mailer.me" }]
Expand All @@ -27,7 +27,7 @@ requires-python = ">=3.11"
Homepage = "https://github.com/jdejaegh/python-irceline"

[tool.bumpver]
current_version = "0.0.16"
current_version = "0.1.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, belaqi_index_actual, belaqi_index_forecast
from .data import RioFeature, ForecastFeature, FeatureValue, BelAqiIndex

__version__ = '0.0.16'
__version__ = '0.1.0'

0 comments on commit a6d9b4e

Please sign in to comment.