From 9049c03e1e7d49931a68343068d66af2d4079fa1 Mon Sep 17 00:00:00 2001 From: Jason Cheatham Date: Fri, 29 Dec 2023 15:30:23 -0700 Subject: [PATCH] chore: update version number --- custom_components/hubitat/manifest.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/hubitat/manifest.json b/custom_components/hubitat/manifest.json index c86ca35..ef7a03f 100644 --- a/custom_components/hubitat/manifest.json +++ b/custom_components/hubitat/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.9.10-b0", + "version": "0.9.10", "domain": "hubitat", "name": "Hubitat", "config_flow": true, diff --git a/pyproject.toml b/pyproject.toml index 16046e7..9dd4125 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hubitat" -version = "0.9.10-b0" +version = "0.9.10" description = "A Hubitat integration for Home Assistant" authors = [ {name = "Jason Cheatham", email = "jason@jasoncheatham.com"},