Skip to content

Commit 9a4e01f

Browse files
committed
updated
1 parent 477f8b1 commit 9a4e01f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
include python_bladerf/pybladerf_tools/pybladerf_transfer.pyi
2+
include python_bladerf/pybladerf_tools/pybladerf_transfer.pyx
3+
include python_bladerf/pybladerf_tools/pybladerf_sweep.pyi
4+
include python_bladerf/pybladerf_tools/pybladerf_sweep.pyx
15
include python_bladerf/pylibbladerf/bladerf_stream.h
26
include python_bladerf/pylibbladerf/pybladerf.pyi
37
include python_bladerf/pylibbladerf/pybladerf.pyx

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "python_bladerf"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
authors = [
55
{name="Leonid Gvozdev", email="[email protected]"},
66
]
77
description = "This is a wrapper for bladerf."
88
readme = "README.md"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.10"
1010
classifiers = [
1111
"License :: OSI Approved :: MIT License",
1212
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)