Skip to content

Commit 51e86d6

Browse files
committed
updated version
1 parent 32db147 commit 51e86d6

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 PythonHackrffRecipe(CythonRecipe):
8-
version = '1.0.2'
8+
version = '1.0.3'
99
url = 'https://github.com/GvozdevLeonid/python_hackrf/releases/download/v.{version}/python_hackrf-{version}.tar.gz'
1010
depends = ['python3', 'setuptools', 'libusb']
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.2"
3+
version = "1.0.3"
44
authors = [
55
{name="Leonid Gvozdev", email="[email protected]"},
66
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
name='python_hackrf',
4646
author='Leonid Gvozdev',
4747
author_email='[email protected]',
48-
version='1.0.2',
48+
version='1.0.3',
4949
cmdclass={'build_ext': build_ext},
5050
install_requires=INSTALL_REQUIRES,
5151
setup_requires=SETUP_REQUIRES,

0 commit comments

Comments
 (0)