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.
1 parent fcc58ee commit e649c7fCopy full SHA for e649c7f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-roborock"
3
-version = "2.8.0"
+version = "2.8.1"
4
description = "A package to control Roborock vacuums."
5
authors = ["humbertogontijo <[email protected]>"]
6
license = "GPL-3.0-only"
@@ -48,7 +48,7 @@ pyshark = "^0.6"
48
49
[tool.semantic_release]
50
branch = "main"
51
-version_toml = ["pyproject.toml", "tool.poetry.version"]
+version_toml = ["pyproject.toml:tool.poetry.version"]
52
build_command = "pip install poetry && poetry build"
53
[tool.semantic_release.commit_parser_options]
54
allowed_tags = [
0 commit comments