From 503ac1b257261408634e594d0fb1b8d26252bffb Mon Sep 17 00:00:00 2001 From: "Jeroen F.J. Laros" Date: Fri, 8 Oct 2021 18:31:04 +0200 Subject: [PATCH] Version bump. --- setup.cfg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 15e37df..a625f92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = arduino-simple-rpc -version = 2.4.0 +version = 2.4.1 description = Arduino simpleRPC API client library and CLI. long_description = file: README.rst author = Jeroen F.J. Laros @@ -14,14 +14,13 @@ classifiers = Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 Topic :: Scientific/Engineering [options] packages = find: install_requires = - PyYAML==5.3.1 - pyserial==3.4 + PyYAML>=5.3.1 + pyserial>=3.4 [options.entry_points] console_scripts =