We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563e4ed commit 3b1231dCopy full SHA for 3b1231d
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "python_hackrf"
3
-version = "1.2.8"
+version = "1.3.0"
4
authors = [
5
{name="Leonid Gvozdev", email="[email protected]"},
6
]
python_hackrf/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '1.2.8'
+__version__ = '1.3.0'
from python_hackrf.pylibhackrf import pyhackrf # noqa F401
from python_hackrf.pyhackrf_tools import ( # noqa F401
0 commit comments