Skip to content

Commit 4cde7c3

Browse files
committed
bump again?
1 parent 6639706 commit 4cde7c3

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.2", title="Schema Version", const=True)
57+
schema_version: str = Field("0.0.3", 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)