Skip to content

Commit 928965e

Browse files
tomwhitejeromekelleher
authored andcommitted
Bump VCF Zarr spec version to 0.4
1 parent c5e5a97 commit 928965e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bio2zarr/vcz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def init(
604604
root = zarr.open(store=self.path, mode="a", **zarr_utils.ZARR_FORMAT_KWARGS)
605605
root.attrs.update(
606606
{
607-
"vcf_zarr_version": "0.2",
607+
"vcf_zarr_version": "0.4",
608608
"source": f"bio2zarr-{provenance.__version__}",
609609
}
610610
)

0 commit comments

Comments
 (0)