diff --git a/pyproject.toml b/pyproject.toml index 5690fda..6011402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"