We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f544f5 + 969e542 commit 414adaeCopy full SHA for 414adae
nwb-guide.spec
@@ -45,6 +45,7 @@ modules_to_collect = [
45
'elephant',
46
'ScanImageTiffReader',
47
'deprecated',
48
+ 'probeinterface',
49
]
50
for module_name in modules_to_collect:
51
collection = collect_all(module_name)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nwb-guide",
3
"productName": "NWB GUIDE",
4
- "version": "1.0.7",
+ "version": "1.0.8-beta",
5
"description": "NWB GUIDE is a desktop app that provides a no-code user interface for converting neurophysiology data to NWB.",
6
"main": "./build/main/index.js",
7
"engine": {
0 commit comments