Skip to content

Commit 5d7a150

Browse files
committed
changed version
1 parent c85b84b commit 5d7a150

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
@@ -5,7 +5,7 @@
55

66

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

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.0.9"
3+
version = "1.1.0"
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.0.9'
1+
__version__ = '1.1.0'
22

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

0 commit comments

Comments
 (0)