Skip to content

Commit ce16c74

Browse files
committed
updated version
1 parent ce56236 commit ce16c74

2 files changed

Lines changed: 2 additions & 2 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.0'
8+
version = '1.0.1'
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.0"
3+
version = "1.0.1"
44
authors = [
55
{name="Leonid Gvozdev", email="leo.gvozdev.dev@gmail.com"},
66
]

0 commit comments

Comments
 (0)