Skip to content

Commit ba6295b

Browse files
committed
force pymodbus version
1 parent 55fcf19 commit ba6295b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-airzone
3-
version = 0.16.0
3+
version = 0.16.1
44
description = 'Python library for interfacing with Airzone using the modbus protocol', # Required
55
long_description = file: README.rst
66
keywords = innobus, airzone, modbus, HVAC
@@ -23,7 +23,7 @@ classifiers =
2323
packages = find:
2424

2525
install_requires =
26-
pyModbus
26+
pyModbus>=3.7.0
2727
pybase64
2828
importlib-metadata
2929
requests

0 commit comments

Comments
 (0)