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 9bfb796 commit f5771ceCopy full SHA for f5771ce
android/python_hackrf/__init__.py
@@ -5,7 +5,7 @@
5
6
7
class PythonHackrffRecipe(CythonRecipe):
8
- version = '1.0.6'
+ version = '1.0.7'
9
url = 'https://github.com/GvozdevLeonid/python_hackrf/releases/download/v.{version}/python_hackrf-{version}.tar.gz'
10
depends = ['python3', 'setuptools', 'libusb']
11
site_packages_name = 'python_hackrf'
python_hackrf/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.0.6'
+__version__ = '1.0.7'
2
3
from python_hackrf.pylibhackrf import pyhackrf
4
from python_hackrf.pyhackrf_tools import pyhackrf_info, pyhackrf_sweep
0 commit comments