From b556322acfeefecdb2fd91436eb272c03ba900af Mon Sep 17 00:00:00 2001 From: Marc Lichtman Date: Fri, 16 May 2025 19:34:15 -0400 Subject: [PATCH] Update __init__.py with schema version --- sigmf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigmf/__init__.py b/sigmf/__init__.py index 6af0426..3c8937b 100644 --- a/sigmf/__init__.py +++ b/sigmf/__init__.py @@ -7,7 +7,7 @@ # version of this python module __version__ = "1.2.9" # matching version of the SigMF specification -__specification__ = "1.2.3" +__specification__ = "1.2.5" from . import archive, archivereader, error, schema, sigmffile, utils, validate from .archive import SigMFArchive