Skip to content

Commit 20690c9

Browse files
committed
version bump
1 parent 9370c46 commit 20690c9

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
@@ -42,7 +42,7 @@ class Metadata(AindCoreModel):
4242
# default
4343
_DEFAULT_FILE_EXTENSION = ".nd.json"
4444

45-
schema_version: str = Field("0.0.10", description="schema version", title="Version", const=True)
45+
schema_version: str = Field("0.0.11", description="schema version", title="Version", const=True)
4646
id: UUID = Field(
4747
default_factory=uuid4,
4848
alias="_id",

0 commit comments

Comments
 (0)