Skip to content

Commit

Permalink
Bump version: 0.4.7 → 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nirantak committed Sep 30, 2022
1 parent 7e6e195 commit 75d5829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

See all releases on [GitHub](https://github.com/nirantak/hue-api/releases) or [PyPI](https://pypi.org/project/hue-api/#history).

## Unreleased
## [v0.4.8](https://github.com/nirantak/hue-api/releases/tag/v0.4.8) (2022-09-30)

- Update Python to 3.10.7 and package dependencies
- Upgrade typer, the CLI now uses rich for better error reporting
Expand Down
2 changes: 1 addition & 1 deletion hue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Async API and CLI tools for interacting with Hue Lights"""

__version__ = "0.4.7"
__version__ = "0.4.8"

from hue.api import Bridge, Color, Light

0 comments on commit 75d5829

Please sign in to comment.