Skip to content

Commit 54b495c

Browse files
authored
Merge pull request #963 from NeurodataWithoutBorders/update_inspector
2 parents fc4728c + b07b4dd commit 54b495c

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

docs/_static/switcher.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@
44
"url": "https://nwb-guide.readthedocs.io/en/latest/",
55
"preferred": false
66
},
7+
{
8+
"name": "1.0.5",
9+
"version": "v1.0.5",
10+
"url": "https://nwb-guide.readthedocs.io/en/v1.0.5/",
11+
"preferred": true
12+
},
713
{
814
"name": "1.0.4",
915
"version": "v1.0.4",
1016
"url": "https://nwb-guide.readthedocs.io/en/v1.0.4/",
11-
"preferred": true
17+
"preferred": false
1218
},
1319
{
1420
"name": "1.0.3",

environments/environment-Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ dependencies:
2424
- tqdm_publisher >= 0.0.1 # Progress bars
2525
- tzlocal >= 5.2 # Frontend timezone handling
2626
- ndx-pose == 0.1.1
27-
- nwbinspector==0.6.1
27+
- nwbinspector==0.6.2
2828
- tables

environments/environment-MAC-apple-silicon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ dependencies:
3232
- tqdm_publisher >= 0.0.1 # Progress bars
3333
- tzlocal >= 5.2 # Frontend timezone handling
3434
- ndx-pose == 0.1.1
35-
- nwbinspector==0.6.1
35+
- nwbinspector==0.6.2

environments/environment-MAC-intel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ dependencies:
2727
- tqdm_publisher >= 0.0.1 # Progress bars
2828
- tzlocal >= 5.2 # Frontend timezone handling
2929
- ndx-pose == 0.1.1
30-
- nwbinspector==0.6.1
30+
- nwbinspector==0.6.2
3131
- tables

environments/environment-Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ dependencies:
2727
- tqdm_publisher >= 0.0.1 # Progress bars
2828
- tzlocal >= 5.2 # Frontend timezone handling
2929
- ndx-pose == 0.1.1
30-
- nwbinspector==0.6.1
30+
- nwbinspector==0.6.2
3131
- tables

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.4",
4+
"version": "1.0.5",
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)