Skip to content

Commit 2f8e27f

Browse files
authored
Update consts.py
1 parent 9e492c2 commit 2f8e27f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dandischema/consts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DANDI_SCHEMA_VERSION = "0.6.6"
1+
DANDI_SCHEMA_VERSION = "0.6.7"
22
ALLOWED_INPUT_SCHEMAS = [
33
"0.4.4",
44
"0.5.1",
@@ -9,6 +9,7 @@
99
"0.6.3",
1010
"0.6.4",
1111
"0.6.5",
12+
"0.6.6",
1213
]
1314

1415
# ATM we allow only for a single target version which is current

0 commit comments

Comments
 (0)