Skip to content

Commit

Permalink
Update ngl 2.0.0-dev.33; nglview 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Jul 20, 2018
1 parent f6b665d commit d4ec9bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nglview-js-widgets",
"version": "1.1.2",
"version": "1.1.3",
"description": "nglview-js-widgets",
"author": "Hai Nguyen <hainm.comp@gmail.com>, Alexander Rose <alexander.rose@weirdbyte.de>",
"license": "MIT",
Expand Down Expand Up @@ -46,7 +46,7 @@
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"underscore": "^1.8.3",
"ngl": "^2.0.0-dev.28",
"ngl": "^2.0.0-dev.33",
"@jupyter-widgets/base": "^1.0.0"
},
"jupyterlab": {
Expand Down
6 changes: 3 additions & 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from .remote_thread import RemoteCallThread

__all__ = ['NGLWidget', 'ComponentViewer']
__frontend_version__ = '1.1.2' # must match to js/package.json and js/src/widget_ngl.js
__frontend_version__ = '1.1.3' # must match to js/package.json
_EXCLUDED_CALLBACK_AFTER_FIRING = {
'setUnSyncCamera', 'setSelector', 'setUnSyncFrame', 'setDelay',
'autoView',
Expand Down

0 comments on commit d4ec9bd

Please sign in to comment.