Skip to content

Commit d3eb2da

Browse files
committed
Increment version number
1 parent cc71a91 commit d3eb2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 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.0.0b4",
8+
version="1.0.0b5",
99
author="lawtancool",
1010
author_email="[email protected]",
1111
description="Python 3 asyncio package for interacting with Control4 systems",
@@ -24,5 +24,5 @@
2424
'xmltodict',
2525
'python-socketio>=4,<5',
2626
'websocket-client',
27-
],
27+
],
2828
)

0 commit comments

Comments
 (0)