We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8348c commit 07f80f1Copy full SHA for 07f80f1
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "python_hackrf"
3
-version = "1.0.1"
+version = "1.0.2"
4
authors = [
5
{name="Leonid Gvozdev", email="leo.gvozdev.dev@gmail.com"},
6
]
setup.py
@@ -45,7 +45,7 @@
45
name='python_hackrf',
46
author='Leonid Gvozdev',
47
author_email='leo.gvozdev.dev@gmail.com',
48
- version='1.0.1',
+ version='1.0.2',
49
cmdclass={'build_ext': build_ext},
50
install_requires=INSTALL_REQUIRES,
51
setup_requires=SETUP_REQUIRES,
0 commit comments