We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9a7f0 commit 8d5f1beCopy full SHA for 8d5f1be
setup.py
@@ -8,7 +8,7 @@
8
9
setuptools.setup(
10
name="ble-serial",
11
- version="2.4.1",
+ version="2.5.0",
12
author="Jake",
13
author_email="ble-serial-pypi@ja-ke.tech",
14
description="A package to connect BLE serial adapters",
@@ -37,6 +37,7 @@
37
"Programming Language :: Python :: 3.7",
38
"Programming Language :: Python :: 3.8",
39
"Programming Language :: Python :: 3.9",
40
+ "Programming Language :: Python :: 3.10",
41
],
42
python_requires='>=3.7',
43
install_requires=REQUIRES,
0 commit comments