Skip to content

Commit b556322

Browse files
authored
Update __init__.py with schema version
1 parent 0370403 commit b556322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigmf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# version of this python module
88
__version__ = "1.2.9"
99
# matching version of the SigMF specification
10-
__specification__ = "1.2.3"
10+
__specification__ = "1.2.5"
1111

1212
from . import archive, archivereader, error, schema, sigmffile, utils, validate
1313
from .archive import SigMFArchive

0 commit comments

Comments
 (0)