Skip to content

Commit fa511f5

Browse files
committed
changed version. fixed issue
1 parent 418210b commit fa511f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/python_hackrf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class PythonHackrfRecipe(CythonRecipe):
88
depends = ['python3', 'setuptools', 'numpy', 'pyjnius', 'libhackrf']
99
site_packages_name = 'python_hackrf'
1010
name = 'python_hackrf'
11-
version = '1.2.0'
11+
version = '1.2.1'
1212

1313
def get_recipe_env(self, arch):
1414
env = super().get_recipe_env(arch)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python_hackrf"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = [
55
{name="Leonid Gvozdev", email="[email protected]"},
66
]

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.0'
1+
__version__ = '1.2.1'
22

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

0 commit comments

Comments
 (0)