Skip to content

Commit f901a40

Browse files
committed
Bump version: 0.4.4 → 0.4.5
1 parent 48b52a5 commit f901a40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

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

8-
## Unreleased
8+
## [v0.4.5](https://github.com/nirantak/hue-api/releases/tag/v0.4.5) (2021-09-07)
99

1010
- Update dependencies
1111
- Add robots.txt for docs site

hue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Async API for controlling Hue Lights"""
22

3-
__version__ = "0.4.4"
3+
__version__ = "0.4.5"
44

55
from hue.api import Bridge, Color, Light

0 commit comments

Comments
 (0)