Skip to content

Commit 72bc51c

Browse files
Merge pull request #32 from Lash-L/patch-2
2 parents 3377965 + 774c3cc commit 72bc51c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-roborock"
3-
version = "0.4.11"
3+
version = "0.6.0"
44
description = "A package to control Roborock vacuums."
55
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
66
license = "GPL-3.0-only"
@@ -40,5 +40,6 @@ pytest = "*"
4040
[tool.semantic_release]
4141
branch = "main"
4242
version_source = "tag"
43+
commit_version_number = true
4344
version_toml = "pyproject.toml:tool.poetry.version"
4445
build_command = "pip install poetry && poetry build"

0 commit comments

Comments
 (0)