File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11""" base module for aind-data-schema
22"""
33
4- __version__ = "2.0.0 "
4+ __version__ = "2.0.1 "
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class DataDescription(DataCoreModel):
3636
3737 _DESCRIBED_BY_URL = DataCoreModel ._DESCRIBED_BY_BASE_URL .default + "aind_data_schema/core/data_description.py"
3838 describedBy : str = Field (default = _DESCRIBED_BY_URL , json_schema_extra = {"const" : _DESCRIBED_BY_URL })
39- schema_version : SkipValidation [Literal ["2.0.12 " ]] = Field (default = "2.0.12 " )
39+ schema_version : SkipValidation [Literal ["2.1.0 " ]] = Field (default = "2.1.0 " )
4040 license : License = Field (default = License .CC_BY_40 , title = "License" )
4141
4242 subject_id : Optional [str ] = Field (
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class Processing(DataCoreModel):
9999
100100 _DESCRIBED_BY_URL : str = DataCoreModel ._DESCRIBED_BY_BASE_URL .default + "aind_data_schema/core/processing.py"
101101 describedBy : str = Field (default = _DESCRIBED_BY_URL , json_schema_extra = {"const" : _DESCRIBED_BY_URL })
102- schema_version : SkipValidation [Literal ["2.0.78 " ]] = Field (default = "2.0.78 " )
102+ schema_version : SkipValidation [Literal ["2.1.0 " ]] = Field (default = "2.1.0 " )
103103
104104 data_processes : List [DataProcess ] = Field (..., title = "Data processing" )
105105 pipelines : Optional [List [Code ]] = Field (
You can’t perform that action at this time.
0 commit comments