Skip to content

Commit e79450f

Browse files
committed
chore: bump metadata
1 parent ab3b074 commit e79450f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aind_data_schema/core/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Metadata(DataCoreModel):
7373

7474
_DESCRIBED_BY_URL = DataCoreModel._DESCRIBED_BY_BASE_URL.default + "aind_data_schema/core/metadata.py"
7575
describedBy: str = Field(default=_DESCRIBED_BY_URL, json_schema_extra={"const": _DESCRIBED_BY_URL})
76-
schema_version: SkipValidation[Literal["2.6.2"]] = Field(default="2.6.2")
76+
schema_version: SkipValidation[Literal["2.7.0"]] = Field(default="2.7.0")
7777
name: str = Field(
7878
...,
7979
description="Name of the data asset.",

0 commit comments

Comments
 (0)