From f5d52f3f24ceb88a612714073c979eec1643e4b0 Mon Sep 17 00:00:00 2001 From: Robert Ghilduta Date: Mon, 4 Oct 2021 21:42:19 -0700 Subject: [PATCH] host: python v1.2.1 --- host/libraries/libbladeRF_bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/libraries/libbladeRF_bindings/python/setup.py b/host/libraries/libbladeRF_bindings/python/setup.py index 67b56be2b..410a4cf5d 100644 --- a/host/libraries/libbladeRF_bindings/python/setup.py +++ b/host/libraries/libbladeRF_bindings/python/setup.py @@ -19,7 +19,7 @@ setup( name='bladerf', - version='1.2.0', + version='1.2.1', description='CFFI-based Python 3 binding to libbladeRF', long_description=long_description, url='https://github.com/Nuand/bladeRF',