Skip to content

Commit c75ad4f

Browse files
committed
updated version
1 parent 6a1e9e8 commit c75ad4f

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
@@ -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.3.1'
15+
version = '1.3.2'
1616

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

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.3.1'
1+
__version__ = '1.3.2'
22

33
from python_hackrf.pylibhackrf import pyhackrf # noqa F401
44
from python_hackrf.pyhackrf_tools import ( # noqa F401

0 commit comments

Comments
 (0)