Skip to content

Commit 65f6727

Browse files
committed
Bumping version
1 parent 1d55b9a commit 65f6727

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read(filename, parent=None):
1919
setup(
2020
name="vallox_websocket_api",
2121
packages=["vallox_websocket_api"],
22-
version="2.9.0",
22+
version="2.10.0",
2323
python_requires=">=3.6.0, <4",
2424
description="Vallox WebSocket API",
2525
author="Jevgeni Kiski",
@@ -37,7 +37,10 @@ def read(filename, parent=None):
3737
"Programming Language :: Python",
3838
"Programming Language :: Python :: 3",
3939
],
40-
install_requires=["websockets >= 9.1, < 11.0", "construct >= 2.9.0, < 3.0.0",],
40+
install_requires=[
41+
"websockets >= 9.1, < 11.0",
42+
"construct >= 2.9.0, < 3.0.0"
43+
],
4144
setup_requires=["wheel"],
4245
tests_require=["mock", "asynctest"],
4346
)

0 commit comments

Comments
 (0)