Skip to content

Commit 208f2d2

Browse files
committed
bump: version 5.0.0b0 → 5.0.0
1 parent b472850 commit 208f2d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/controllerx/cx_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v5.0.0b0"
1+
__version__ = "v5.0.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "controllerx"
3-
version = "5.0.0b0"
3+
version = "5.0.0"
44
description = "Create controller-based automations with ease to control your home devices and scenes."
55
authors = ["Xavier Moreno <[email protected]>"]
66
license = "MIT"
@@ -85,6 +85,6 @@ exclude_lines = [
8585

8686
[tool.commitizen]
8787
name = "cz_conventional_commits"
88-
version = "5.0.0b0"
88+
version = "5.0.0"
8989
tag_format = "v$major.$minor.$patch$prerelease"
9090
version_files = ["apps/controllerx/cx_version.py", "pyproject.toml:version"]

0 commit comments

Comments
 (0)