Skip to content

Commit

Permalink
Set main dataset version == 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 15, 2024
1 parent cb3fdcd commit 82d952a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray_ms/backend/msv2/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def get_attrs(self):
raise KeyError("DATA_DESC_ID not found in partition")

return {
"version": "0.0.1",
"version": "4.0.0",
"creation_date": datetime.now(timezone.utc).isoformat(),
"data_description_id": ddid,
}
Expand Down

0 comments on commit 82d952a

Please sign in to comment.