Compare commits

..

No commits in common. "9b1752c0964e3f7b13803dc3a2bffb0474d3dfec" and "7c462c376296406a64bec2c0f295065bcb8fa84a" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ __all__ = [
"WarningData",
"WarningType",
"PollenParser",
"RainGraph",
"RainGraph"
]
__version__ = '1.0.2'
__version__ = '1.0.0'

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "irm-kmi-api"
version = "1.0.2"
version = "1.0.0"
description = "Retrieve data from the Belgian IRM KMI in Python"
readme = "README.md"
authors = [{ name = "Jules Dejaeghere", email = "curable.grass491@mailer.me" }]
@ -25,10 +25,10 @@ requires-python = ">=3.12"
Homepage = "https://github.com/jdejaegh/irm-kmi-api"
[tool.setuptools]
packages = ["irm_kmi_api", "irm_kmi_api.resources"]
packages = ["irm_kmi_api"]
[tool.bumpver]
current_version = "1.0.2"
current_version = "1.0.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"