diff --git a/custom_components/hubitat/manifest.json b/custom_components/hubitat/manifest.json index 6e25fd3..c6f90ee 100644 --- a/custom_components/hubitat/manifest.json +++ b/custom_components/hubitat/manifest.json @@ -1,6 +1,6 @@ { "$schema": "../../manifest-schema.json", - "version": "0.9.25", + "version": "0.9.26", "domain": "hubitat", "name": "Hubitat", "config_flow": true, diff --git a/pyproject.toml b/pyproject.toml index 6975633..89441ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hubitat" -version = "0.9.25" +version = "0.9.26" description = "A Hubitat integration for Home Assistant" authors = [{ name = "Jason Cheatham", email = "jason@jasoncheatham.com" }] dependencies = []