Skip to content

Commit

Permalink
update NTIA SigMF extension versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Mar 1, 2024
1 parent 32b5dee commit 2d7c0af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scos_actions/metadata/sigmf_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"name": "ntia-diagnostics",
"version": "2.0.0",
"version": "2.2.0",
"optional": True,
},
{
Expand Down Expand Up @@ -266,7 +266,7 @@ def set_collection(self, collection: str) -> None:
"""
self.sigmf_md.set_global_field("core:collection", collection)

### ntia-algorithm v2.0.0 ###
### ntia-algorithm v2.0.1 ###

def set_data_products(self, data_products: List[Graph]) -> None:
"""
Expand Down Expand Up @@ -311,7 +311,7 @@ def set_classification(self, classification: str) -> None:
"""
self.sigmf_md.set_global_field("ntia-core:classification", classification)

### ntia-diagnostics v1.0.0 ###
### ntia-diagnostics v2.2.0 ###

def set_diagnostics(self, diagnostics: Diagnostics) -> None:
"""
Expand Down

0 comments on commit 2d7c0af

Please sign in to comment.