We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3377965 + 774c3cc commit 72bc51cCopy full SHA for 72bc51c
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-roborock"
3
-version = "0.4.11"
+version = "0.6.0"
4
description = "A package to control Roborock vacuums."
5
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
6
license = "GPL-3.0-only"
@@ -40,5 +40,6 @@ pytest = "*"
40
[tool.semantic_release]
41
branch = "main"
42
version_source = "tag"
43
+commit_version_number = true
44
version_toml = "pyproject.toml:tool.poetry.version"
45
build_command = "pip install poetry && poetry build"
0 commit comments