Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
also mark as Python 3.10 compatible
  • Loading branch information
Jakeler committed Dec 5, 2021
1 parent ab9a7f0 commit 8d5f1be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="ble-serial",
version="2.4.1",
version="2.5.0",
author="Jake",
author_email="[email protected]",
description="A package to connect BLE serial adapters",
Expand Down Expand Up @@ -37,6 +37,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
python_requires='>=3.7',
install_requires=REQUIRES,
Expand Down

0 comments on commit 8d5f1be

Please sign in to comment.