Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hed/schema/hed_schema_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def _load_schema_version_sub(xml_version, schema_namespace="", xml_folder=None,
- The prefix is invalid
"""
if not xml_version:
xml_version = "8.3.0"
xml_version = "8.4.0"

# Parse library name from version string before validation
library_name = ""
Expand Down