Skip to content

Commit 503ac1b

Browse files
committed
Version bump.
1 parent f7e85ba commit 503ac1b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = arduino-simple-rpc
3-
version = 2.4.0
3+
version = 2.4.1
44
description = Arduino simpleRPC API client library and CLI.
55
long_description = file: README.rst
66
author = Jeroen F.J. Laros
@@ -14,14 +14,13 @@ classifiers =
1414
Operating System :: OS Independent
1515
Programming Language :: Python
1616
Programming Language :: Python :: 3
17-
Programming Language :: Python :: 3.5
1817
Topic :: Scientific/Engineering
1918

2019
[options]
2120
packages = find:
2221
install_requires =
23-
PyYAML==5.3.1
24-
pyserial==3.4
22+
PyYAML>=5.3.1
23+
pyserial>=3.4
2524

2625
[options.entry_points]
2726
console_scripts =

0 commit comments

Comments
 (0)