Skip to content

Commit a46dc1c

Browse files
committed
bump again - I don't know what the problem is
1 parent 464c588 commit a46dc1c

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
@@ -37,7 +37,7 @@ class Metadata(AindCoreModel):
3737
"""The records in the Data Asset Collection needs to contain certain fields
3838
to easily query and index the data."""
3939

40-
schema_version: str = Field("0.0.2", description="schema version", title="Version", const=True)
40+
schema_version: str = Field("0.0.3", description="schema version", title="Version", const=True)
4141

4242
id: UUID = Field(
4343
default_factory=uuid4,

0 commit comments

Comments
 (0)