diff --git a/setup.py b/setup.py index ae850e9..7300bdb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyControl4", # Replace with your own username - version="1.1.2", + version="1.2.0", author="lawtancool", author_email="contact@lawrencetan.ca", description="Python 3 asyncio package for interacting with Control4 systems", @@ -20,9 +20,9 @@ ], python_requires=">=3.6", install_requires=[ - 'aiohttp', - 'xmltodict', - 'python-socketio-v4', - 'websocket-client', + "aiohttp", + "xmltodict", + "python-socketio-v4", + "websocket-client", ], )