Skip to content

Commit 6639706

Browse files
committed
metadata version bump
1 parent 46403f0 commit 6639706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aind_data_schema/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Metadata(AindCoreModel):
5454
description="Current location of the data asset.",
5555
)
5656
metadata_status: MetadataStatus = Field(..., title=" Metadata Status", description="The status of the metadata.")
57-
schema_version: str = Field("0.0.1", title="Schema Version", const=True)
57+
schema_version: str = Field("0.0.2", title="Schema Version", const=True)
5858
external_links: List[Dict[ExternalPlatforms, str]] = Field(
5959
..., title="External Links", description="Links to the data asset on different platforms."
6060
)

0 commit comments

Comments
 (0)