Skip to content

Commit 07f80f1

Browse files
committed
version 1.0.2
1 parent cd8348c commit 07f80f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1"
3+
version = "1.0.2"
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.1',
48+
version='1.0.2',
4949
cmdclass={'build_ext': build_ext},
5050
install_requires=INSTALL_REQUIRES,
5151
setup_requires=SETUP_REQUIRES,

0 commit comments

Comments
 (0)