Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nirantak committed Jun 22, 2021
1 parent 836911a commit 02a1c98
Showing 1 changed file with 1 addition and 1 deletion.
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 for controlling Hue Lights"""

__version__ = "0.4.1"
__version__ = "0.4.2"

from hue.api import Bridge, Color, Light

0 comments on commit 02a1c98

Please sign in to comment.