Skip to content

Commit c351f55

Browse files
committed
updated version
1 parent a9aa8b2 commit c351f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/python_hackrf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class PythonHackrfRecipe(CythonRecipe):
1212
depends = ('python3', 'setuptools', 'numpy', 'pyjnius', 'libhackrf')
1313
site_packages_name = 'python_hackrf'
1414
name = 'python_hackrf'
15-
version = '1.2.8'
15+
version = '1.3.0'
1616

1717
def get_recipe_env(self, arch: Arch) -> dict:
1818
env = super().get_recipe_env(arch)

0 commit comments

Comments
 (0)