Skip to content

Commit d30940e

Browse files
committed
Increment schema version
1 parent 80eb008 commit d30940e

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
@@ -14,7 +14,7 @@
1414

1515
logger = logging.getLogger(__name__)
1616

17-
ZARR_SCHEMA_FORMAT_VERSION = "0.5"
17+
ZARR_SCHEMA_FORMAT_VERSION = "0.6"
1818
DEFAULT_VARIANT_CHUNK_SIZE = 1000
1919
DEFAULT_SAMPLE_CHUNK_SIZE = 10_000
2020
DEFAULT_ZARR_COMPRESSOR = numcodecs.Blosc(cname="zstd", clevel=7)

0 commit comments

Comments
 (0)