From 90ee9b8c2f320e1dc652516f8d4a38659ca4714f Mon Sep 17 00:00:00 2001 From: Nirantak Raghav Date: Sat, 6 Nov 2021 20:03:11 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.5=20=E2=86=92=200.4.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- hue/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ced8f8..d5e9210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.6](https://github.com/nirantak/hue-api/releases/tag/v0.4.6) (2021-11-06) - Update Python to 3.10 and package dependencies diff --git a/hue/__init__.py b/hue/__init__.py index 05b2e32..f1ba431 100644 --- a/hue/__init__.py +++ b/hue/__init__.py @@ -1,5 +1,5 @@ """Async API for controlling Hue Lights""" -__version__ = "0.4.5" +__version__ = "0.4.6" from hue.api import Bridge, Color, Light