Files
OpenIris-ESPIDF/pyproject.toml
2025-12-14 21:03:36 +01:00

29 lines
489 B
TOML

[project]
name = "blink"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pyserial>=3.5",
]
[dependency-groups]
dev = [
"bumpver>=2025.1131",
]
[bumpver]
current_version = "0.1.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit = true
tag = true
push = false
[bumpver.file_patterns]
"pyproject.toml" = [
'version = "{version}"',
]
"sdkconfig" = [
'CONFIG_GENERAL_VERSION="{version}"',
]