Skip to content

Commit

Permalink
ngl 0.10.5-20 (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Aug 23, 2017
1 parent 61b1dcd commit baf9993
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions js/package.json
@@ -1,6 +1,6 @@
{
"name": "nglview-js-widgets",
"version": "0.5.4-dev.16",
"version": "0.5.4-dev.17",
"description": "nglview-js-widgets",
"author": "Hai Nguyen <hainm.comp@gmail.com>, Alexander Rose <alexander.rose@weirdbyte.de>",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"json-loader": "^0.5.4",
"css-loader": "^0.23.1",
"style-loader": "^0.13.1",
"ngl": "0.10.5-19",
"ngl": "0.10.5-20",
"webpack": "^1.12.14"
},
"dependencies": {
Expand All @@ -46,7 +46,7 @@
"underscore": "^1.8.3",
"@jupyter-widgets/base": "^0.5.2",
"@jupyterlab/nbwidgets": "^0.6.15",
"ngl": "0.10.5-19"
"ngl": "0.10.5-20"
},
"homepage": "https://github.com/arose/nglview#readme",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion jslab/package.json
Expand Up @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"@jupyter-widgets/jupyterlab-manager": "^0.25.11",
"nglview-js-widgets": "0.5.4-dev.16"
"nglview-js-widgets": "0.5.4-dev.17"
},
"jupyterlab": {
"extension": true
Expand Down
4 changes: 2 additions & 2 deletions nglview/static/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nglview/static/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nglview/widget.py
Expand Up @@ -28,7 +28,7 @@
from .remote_thread import RemoteCallThread

__all__ = ['NGLWidget', 'ComponentViewer']
__frontend_version__ = '0.5.4-dev.16' # must match to js/package.json and js/src/widget_ngl.js
__frontend_version__ = '0.5.4-dev.17' # must match to js/package.json and js/src/widget_ngl.js
_EXCLUDED_CALLBACK_AFTER_FIRING = {
'setUnSyncCamera', 'setSelector', 'setUnSyncFrame', 'setDelay',
'_downloadImage', '_exportImage'
Expand Down

0 comments on commit baf9993

Please sign in to comment.