Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lawtancool committed Aug 28, 2024
1 parent 5e77b10 commit 0b6a009
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="Python 3 asyncio package for interacting with Control4 systems",
Expand All @@ -20,9 +20,9 @@
],
python_requires=">=3.6",
install_requires=[
'aiohttp',
'xmltodict',
'python-socketio-v4',
'websocket-client',
"aiohttp",
"xmltodict",
"python-socketio-v4",
"websocket-client",
],
)

0 comments on commit 0b6a009

Please sign in to comment.