Skip to content

Commit 6e9abce

Browse files
authored
Merge branch 'main' into alter_cache_directory
2 parents 7d532b4 + 3f6785d commit 6e9abce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nwb_benchmarks/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .setup import get_benchmarks_home_directory
44

55
MACHINE_FILE_VERSION = "1.4.1"
6-
DATABASE_VERSION = "3.0.0"
6+
DATABASE_VERSION = "4.0.0"
77

88
HOME_DIR = get_benchmarks_home_directory()
99
RESULTS_DIR = HOME_DIR / "results"

0 commit comments

Comments
 (0)