Skip to content

Commit 0b6a009

Browse files
committed
Bump to 1.2.0
1 parent 5e77b10 commit 0b6a009

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pyControl4", # Replace with your own username
8-
version="1.1.2",
8+
version="1.2.0",
99
author="lawtancool",
1010
author_email="[email protected]",
1111
description="Python 3 asyncio package for interacting with Control4 systems",
@@ -20,9 +20,9 @@
2020
],
2121
python_requires=">=3.6",
2222
install_requires=[
23-
'aiohttp',
24-
'xmltodict',
25-
'python-socketio-v4',
26-
'websocket-client',
23+
"aiohttp",
24+
"xmltodict",
25+
"python-socketio-v4",
26+
"websocket-client",
2727
],
2828
)

0 commit comments

Comments
 (0)