There was an error while loading. Please reload this page.
1 parent 48b52a5 commit f901a40Copy full SHA for f901a40
2 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
See all releases on [GitHub](https://github.com/nirantak/hue-api/releases) or [PyPI](https://pypi.org/project/hue-api/#history).
7
8
-## Unreleased
+## [v0.4.5](https://github.com/nirantak/hue-api/releases/tag/v0.4.5) (2021-09-07)
9
10
- Update dependencies
11
- Add robots.txt for docs site
hue/__init__.py
@@ -1,5 +1,5 @@
1
"""Async API for controlling Hue Lights"""
2
3
-__version__ = "0.4.4"
+__version__ = "0.4.5"
4
from hue.api import Bridge, Color, Light
0 commit comments