Skip to content

Commit c7ad0a1

Browse files
committed
updated version
1 parent d7de729 commit c7ad0a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/python_bladerf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

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

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_bladerf"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = [
55
{name="Leonid Gvozdev", email="leo.gvozdev.dev@gmail.com"},
66
]

python_bladerf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.0.1'
1+
__version__ = '1.0.2'
22

33
from python_bladerf.pylibbladerf import pybladerf # noqa F401
44
from python_bladerf.pybladerf_tools import pybladerf_sweep, pybladerf_info # noqa F401

0 commit comments

Comments
 (0)