diff --git a/dandischema/consts.py b/dandischema/consts.py index bf6c7abc..cf02329d 100644 --- a/dandischema/consts.py +++ b/dandischema/consts.py @@ -1,6 +1,6 @@ from packaging.version import Version as _Version -DANDI_SCHEMA_VERSION = "0.6.10" +DANDI_SCHEMA_VERSION = "0.7.0" ALLOWED_INPUT_SCHEMAS = [ "0.4.4", "0.5.1", @@ -15,6 +15,7 @@ "0.6.7", "0.6.8", "0.6.9", + "0.6.10", DANDI_SCHEMA_VERSION, ]