diff --git a/pyproject.toml b/pyproject.toml index 2c03c12d..20ff1e53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-roborock" -version = "0.4.11" +version = "0.6.0" description = "A package to control Roborock vacuums." authors = ["humbertogontijo "] license = "GPL-3.0-only" @@ -40,5 +40,6 @@ pytest = "*" [tool.semantic_release] branch = "main" version_source = "tag" +commit_version_number = true version_toml = "pyproject.toml:tool.poetry.version" build_command = "pip install poetry && poetry build"