Skip to content

Commit

Permalink
Hotfix. (#24)
Browse files Browse the repository at this point in the history
* Hotfix.

* version change.
  • Loading branch information
PeterKraus authored Jan 11, 2023
1 parent a737710 commit 6f52a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
111
113
2 changes: 1 addition & 1 deletion src/dgbowl_schemas/yadg/dataschema_5_0/step.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Parameters(BaseModel, extra=Extra.forbid):
parameters: Parameters = Field(default_factory=Parameters)


class MeasCSV(BaseModel, extra=Extra.forbid):
class MeasCSV(Parser, extra=Extra.forbid):
"""
Legacy file parser for ``measurement.csv`` files from FHI.
Expand Down

0 comments on commit 6f52a49

Please sign in to comment.