Skip to content

Commit 8d5f1be

Browse files
committed
Release 2.5.0
also mark as Python 3.10 compatible
1 parent ab9a7f0 commit 8d5f1be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="ble-serial",
11-
version="2.4.1",
11+
version="2.5.0",
1212
author="Jake",
1313
author_email="[email protected]",
1414
description="A package to connect BLE serial adapters",
@@ -37,6 +37,7 @@
3737
"Programming Language :: Python :: 3.7",
3838
"Programming Language :: Python :: 3.8",
3939
"Programming Language :: Python :: 3.9",
40+
"Programming Language :: Python :: 3.10",
4041
],
4142
python_requires='>=3.7',
4243
install_requires=REQUIRES,

0 commit comments

Comments
 (0)