Skip to content

Commit

Permalink
remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 15, 2024
1 parent 176dba5 commit 8c51425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wis2box-management/wis2box/pubsub/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def __init__(self, identifier: str, metadata_id: str, filepath: str,
'id': str(uuid.uuid4()),
'type': 'Feature',
'conformsTo': ['http://wis.wmo.int/spec/wnm/1/conf/core'],
'version': 'v04',
'geometry': self.geometry,
'properties': {
'data_id': data_id,
Expand Down

0 comments on commit 8c51425

Please sign in to comment.