Skip to content

Commit a4ef2a5

Browse files
committed
version: 2.1 -> 2.1.1
1 parent 89dec50 commit a4ef2a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MilightWifiBridge/MilightWifiBridge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
__author__ = 'Quentin Comte-Gaz'
2929
__email__ = "[email protected]"
3030
__license__ = "MIT License"
31-
__copyright__ = "Copyright Quentin Comte-Gaz (2019)"
31+
__copyright__ = "Copyright Quentin Comte-Gaz (2024)"
3232
__python_version__ = "2.7+ and 3.+"
33-
__version__ = "2.1 (2019/11/09)"
33+
__version__ = "2.1.1 (2024/09/13)"
3434
__status__ = "Usable for any project"
3535

3636
import socket

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='MilightWifiBridge',
9-
version='2.1',
9+
version='2.1.1',
1010
description='Milight Wifi Bridge 3.0 controller for LimitlessLED Wifi Bridge v6.0 protocol (Light ON/OFF, change color/mode/brightness/saturation, link/unlink)',
1111
long_description=readme,
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)