Skip to content

Commit 414adae

Browse files
authored
Merge pull request #1022 from NeurodataWithoutBorders/fix/missing_probeinterface
2 parents 3f544f5 + 969e542 commit 414adae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nwb-guide.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ modules_to_collect = [
4545
'elephant',
4646
'ScanImageTiffReader',
4747
'deprecated',
48+
'probeinterface',
4849
]
4950
for module_name in modules_to_collect:
5051
collection = collect_all(module_name)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nwb-guide",
33
"productName": "NWB GUIDE",
4-
"version": "1.0.7",
4+
"version": "1.0.8-beta",
55
"description": "NWB GUIDE is a desktop app that provides a no-code user interface for converting neurophysiology data to NWB.",
66
"main": "./build/main/index.js",
77
"engine": {

0 commit comments

Comments
 (0)