Skip to content

Commit ad5be25

Browse files
committed
file format and lib version bump
1 parent 8ae3c5c commit ad5be25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nixio/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
FILE_FORMAT = "nix"
32-
HDF_FF_VERSION = (1, 2, 0)
32+
HDF_FF_VERSION = (1, 2, 1)
3333

3434

3535
def can_write(nixfile):

nixio/info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"VERSION": "1.5.0.dev",
2+
"VERSION": "1.5.1.dev",
33
"STATUS": "Release",
4-
"RELEASE": "1.5.0 Development",
4+
"RELEASE": "1.5.1 Development",
55
"AUTHOR": "Christian Kellner, Adrian Stoewer, Andrey Sobolev, Jan Grewe, Balint Morvai, Achilleas Koutsou",
66
"COPYRIGHT": "2014-2020, German Neuroinformatics Node, Christian Kellner, Adrian Stoewer, Andrey Sobolev, Jan Grewe, Balint Morvai, Achilleas Koutsou",
77
"CONTACT": "[email protected]",

0 commit comments

Comments
 (0)