Skip to content

Commit f9c53d5

Browse files
authored
chore(zarr-metadata): bump version to 0.1.1 (#3949)
1 parent 80d45ca commit f9c53d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/zarr-metadata/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "zarr-metadata"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Spec-defined metadata types for Zarr v2 and v3."
99
readme = "README.md"
1010
requires-python = ">=3.11"

packages/zarr-metadata/src/zarr_metadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from zarr_metadata.v3.consolidated import ConsolidatedMetadataV3
1414
from zarr_metadata.v3.group import GroupMetadataV3
1515

16-
__version__ = "0.1.0"
16+
__version__ = "0.1.1"
1717
"""Hardcoded package version. Must match the `version` field in
1818
`pyproject.toml`; the sync is enforced by `tests/test_version.py`."""
1919

0 commit comments

Comments
 (0)