Skip to content

Commit b875171

Browse files
committed
Bump pymodbus dep to 3.0.0 in setup.py
1 parent 3f91116 commit b875171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
packages=find_namespace_packages(),
1313

1414
install_requires=[
15-
'pymodbus>=3.0.0.dev4',
15+
'pymodbus>=3.0.0',
1616
'pyserial-asyncio',
1717
]
1818
)

0 commit comments

Comments
 (0)