Skip to content

Commit

Permalink
bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kbirger committed Nov 22, 2024
1 parent 856c65e commit f3d6863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/smarter/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"smarter-client==0.2.4"
],
"ssdp": [],
"version": "0.3.1-dev.4",
"version": "0.3.1",
"zeroconf": []
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "homeassistant-smarter"
version = "0.3.1-dev.4"
version = "0.3.1"
description = "Default template for PDM package"
authors = [{ name = "Kirill Birger", email = "[email protected]" }]
dependencies = ["smarter-client>=0.2.4", "homeassistant>=2024.9.2"]
Expand Down

0 comments on commit f3d6863

Please sign in to comment.