Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Oct 8, 2021
1 parent f7e85ba commit 503ac1b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 =
Expand Down

0 comments on commit 503ac1b

Please sign in to comment.