Skip to content

Commit 3b1231d

Browse files
committed
updated version
1 parent 563e4ed commit 3b1231d

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.2.8"
3+
version = "1.3.0"
44
authors = [
55
{name="Leonid Gvozdev", email="[email protected]"},
66
]

python_hackrf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.2.8'
1+
__version__ = '1.3.0'
22

33
from python_hackrf.pylibhackrf import pyhackrf # noqa F401
44
from python_hackrf.pyhackrf_tools import ( # noqa F401

0 commit comments

Comments
 (0)