fix all
This commit is contained in:
parent
66ee79f62a
commit
8d15b4576c
1 changed files with 2 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "mysignal"
|
name = "mysignal"
|
||||||
version = "0.1.33" # ← Déplace la version ici plutôt que dans tool.bumpver
|
version = "0.1.34" # ← Déplace la version ici plutôt que dans tool.bumpver
|
||||||
description = "A short description of the project"
|
description = "A short description of the project"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.6"
|
requires-python = ">=3.6"
|
||||||
|
|
@ -38,7 +38,7 @@ include-package-data = true
|
||||||
packages = {find = {}}
|
packages = {find = {}}
|
||||||
|
|
||||||
[tool.bumpver]
|
[tool.bumpver]
|
||||||
current_version = "0.1.33"
|
current_version = "0.1.34"
|
||||||
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 = "v{new_version}"
|
tag_message = "v{new_version}"
|
||||||
|
|
@ -51,9 +51,6 @@ push = false
|
||||||
'current_version = "{version}"',
|
'current_version = "{version}"',
|
||||||
'version = "{version}"', # Correspond à [project] version
|
'version = "{version}"', # Correspond à [project] version
|
||||||
]
|
]
|
||||||
"setup.py" = [
|
|
||||||
"version = read_version('mysignal')", # Pattern simplifié sans espaces multiples
|
|
||||||
]
|
|
||||||
"mysignal/__init__.py" = [
|
"mysignal/__init__.py" = [
|
||||||
'__version__ = "{version}"'
|
'__version__ = "{version}"'
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue