Skip to content

Commit

Permalink
feat: Bump library version to non-beta and bump integration version in
Browse files Browse the repository at this point in the history
preperation for release
  • Loading branch information
sopelj committed Feb 26, 2024
1 parent 1b632ed commit c6e52b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/ember_mug/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/sopelj/hass_ember_mug/issues",
"loggers": ["bleak", "bleak_retry_connector", "ember_mug"],
"requirements": ["python-ember-mug==1.0.0b1"],
"version": "0.9.1"
"requirements": ["python-ember-mug==1.0.0"],
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"homeassistant>=2023.9.0",
"bleak-retry-connector>=3.1.1",
"bleak>=0.20.2",
"python-ember-mug==1.0.0b1",
"python-ember-mug==1.0.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit c6e52b8

Please sign in to comment.