Skip to content

Commit a9358d7

Browse files
committed
changed version
1 parent e67f094 commit a9358d7

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.2.2'
15+
version = '1.2.3'
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.2.2'
1+
__version__ = '1.2.3'
22

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

0 commit comments

Comments
 (0)