Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Jul 14, 2019
1 parent 79b713c commit 2e53c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nglview-js-widgets",
"version": "2.5.2",
"version": "2.6.0",
"description": "nglview-js-widgets",
"author": "Hai Nguyen <[email protected]>, Alexander Rose <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion nglview/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from ipywidgets.widget_image import Image

__all__ = ['NGLWidget', 'ComponentViewer']
__frontend_version__ = '2.5.2' # must match to js/package.json
__frontend_version__ = '2.6.0' # must match to js/package.json
_EXCLUDED_CALLBACK_AFTER_FIRING = {
'setUnSyncCamera',
'setSelector',
Expand Down

0 comments on commit 2e53c49

Please sign in to comment.