Skip to content

Commit

Permalink
Release 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Sep 21, 2020
1 parent cb20db5 commit ac0c7de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions examples/scotch_dashboard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
"col": 0,
"height": 7,
"hidden": false,
"row": 6,
"row": 18,
"width": 4
},
"report_default": {}
Expand Down Expand Up @@ -521,7 +521,7 @@
"views": {
"grid_default": {
"col": 4,
"height": 9,
"height": 11,
"hidden": false,
"row": 4,
"width": 8
Expand Down Expand Up @@ -616,9 +616,9 @@
"views": {
"grid_default": {
"col": 0,
"height": 2,
"height": 3,
"hidden": false,
"row": 13,
"row": 15,
"width": 12
},
"report_default": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_data_files():

setup_args = {
'name': 'voila-gridstack',
'version': '0.0.10',
'version': '0.0.11',
'packages': find_packages(),
'data_files': get_data_files(),
'package_data': {
Expand Down

0 comments on commit ac0c7de

Please sign in to comment.