build: Add map2map version tag

This commit is contained in:
Guilhem Lavaux 2024-05-20 18:36:43 +02:00
parent 034b7e8273
commit de785cf600

View File

@ -82,7 +82,7 @@ version_toml = [
"pyproject.toml:tool.poetry.version",
]
version_variables = [
"auto_seminar/__init__.py:__version__"
"map2map/__init__.py:__version__"
]
build_command_env = []
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"