Skip to content

Commit 9db570d

Browse files
committed
Bumping version to 0.0.4
1 parent 8530636 commit 9db570d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom_components/uhoo/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
MODEL = "uHoo Indoor Air Monitor"
2525
MANUFACTURER = "uHoo"
2626
DOMAIN = "uhoo"
27-
VERSION = "0.0.3"
27+
VERSION = "0.0.4"
2828
ISSUE_URL = "https://github.com/csacca/uhoo-homeassistant/issues"
2929

3030
# Platforms

custom_components/uhoo/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"documentation": "https://github.com/csacca/uhoo-homeassistant",
55
"iot_class": "cloud_polling",
66
"issue_tracker": "https://github.com/csacca/uhoo-homeassistant/issues",
7-
"version": "0.0.3",
7+
"version": "0.0.4",
88
"config_flow": true,
99
"codeowners": ["@csacca"],
1010
"requirements": ["pyuhoo==0.0.5"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "uhoo-homeassistant"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "uHoo integration for Home Assistant"
55
authors = ["Christopher Sacca <[email protected]>"]
66
repository = "https://github.com/csacca/uhoo-homeassistant"

0 commit comments

Comments
 (0)