Skip to content

Commit

Permalink
bump version tp 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DasBasti committed Aug 4, 2024
1 parent 700244d commit 59cbc09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/smarthashtag/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
NAME = "Smart"
DOMAIN = "smarthashtag"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.4.0"
VERSION = "0.4.1"

ATTRIBUTION = "Data provided by http://smart.com/"
ISSUE_URL = "https://github.com/DasBasti/SmartHashtag/issues"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/smarthashtag/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/DasBasti/SmartHashtag/issues",
"requirements": ["pysmarthashtag==0.4.0"],
"version": "0.4.0"
"version": "0.4.1"
}

0 comments on commit 59cbc09

Please sign in to comment.