mirror of
https://github.com/jdejaegh/irm-kmi-api.git
synced 2025-06-26 20:05:40 +02:00
bump version 1.0.3 -> 1.1.0
This commit is contained in:
parent
3c28d2dfaf
commit
b59ca80de7
2 changed files with 3 additions and 3 deletions
|
@ -42,4 +42,4 @@ __all__ = [
|
||||||
"RainGraph",
|
"RainGraph",
|
||||||
]
|
]
|
||||||
|
|
||||||
__version__ = '1.0.3'
|
__version__ = '1.1.0'
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "irm-kmi-api"
|
name = "irm-kmi-api"
|
||||||
version = "1.0.3"
|
version = "1.1.0"
|
||||||
description = "Retrieve data from the Belgian IRM KMI in Python"
|
description = "Retrieve data from the Belgian IRM KMI in Python"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "Jules Dejaeghere", email = "curable.grass491@mailer.me" }]
|
authors = [{ name = "Jules Dejaeghere", email = "curable.grass491@mailer.me" }]
|
||||||
|
@ -28,7 +28,7 @@ Homepage = "https://github.com/jdejaegh/irm-kmi-api"
|
||||||
packages = ["irm_kmi_api", "irm_kmi_api.resources"]
|
packages = ["irm_kmi_api", "irm_kmi_api.resources"]
|
||||||
|
|
||||||
[tool.bumpver]
|
[tool.bumpver]
|
||||||
current_version = "1.0.3"
|
current_version = "1.1.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}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue