Skip to content

Commit f5771ce

Browse files
committed
updated version
1 parent 9bfb796 commit f5771ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/python_hackrf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class PythonHackrffRecipe(CythonRecipe):
8-
version = '1.0.6'
8+
version = '1.0.7'
99
url = 'https://github.com/GvozdevLeonid/python_hackrf/releases/download/v.{version}/python_hackrf-{version}.tar.gz'
1010
depends = ['python3', 'setuptools', 'libusb']
1111
site_packages_name = 'python_hackrf'

python_hackrf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.0.6'
1+
__version__ = '1.0.7'
22

33
from python_hackrf.pylibhackrf import pyhackrf
44
from python_hackrf.pyhackrf_tools import pyhackrf_info, pyhackrf_sweep

0 commit comments

Comments
 (0)