bump version 0.1.34 -> 0.2.0
This commit is contained in:
parent
8d15b4576c
commit
8c2fb0bbb9
2 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.1.32"
|
__version__ = "0.2.0"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "mysignal"
|
name = "mysignal"
|
||||||
version = "0.1.34" # ← Déplace la version ici plutôt que dans tool.bumpver
|
version = "0.2.0" # ← 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.34"
|
current_version = "0.2.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 = "v{new_version}"
|
tag_message = "v{new_version}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue