Skip to content

Commit 7a751bd

Browse files
author
Kyle A Logue
committed
increment patch
1 parent 98590b0 commit 7a751bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sigmf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# SPDX-License-Identifier: LGPL-3.0-or-later
66

77
# version of this python module
8-
__version__ = "1.2.12"
8+
__version__ = "1.2.13"
99
# matching version of the SigMF specification
1010
__specification__ = "1.2.5"
1111

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ def test_sigmffile(test_data_file):
3434
meta.add_annotation(start_index=0, length=len(TEST_FLOAT32_DATA))
3535
meta.add_capture(start_index=0)
3636
meta.set_data_file(test_data_file.name)
37+
assert meta._metadata == TEST_METADATA
3738
return meta

0 commit comments

Comments
 (0)