File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
jupyterlab_widgets/jupyterlab_widgets
widgetsnbextension/widgetsnbextension Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Copyright (c) Jupyter Development Team.
22# Distributed under the terms of the Modified BSD License.
33
4- __version__ = '8.0.0b0 '
4+ __version__ = '8.0.0b1 '
55
66__protocol_version__ = '2.0.0'
77__control_protocol_version__ = '1.0.0'
1212__jupyter_widgets_controls_version__ = '2.0.0'
1313
1414# A compatible @jupyter-widgets/html-manager npm package semver range
15- __html_manager_version__ = '^0.21.0-beta.0 '
15+ __html_manager_version__ = '^0.21.0-beta.1 '
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ install_requires =
3939 ipython>=6.1.0
4040 traitlets>=4.3.1
4141 nbformat>=4.2.0
42- widgetsnbextension~=4.0b0
43- jupyterlab_widgets~=2.0b0
42+ widgetsnbextension~=4.0b1
43+ jupyterlab_widgets~=2.0b1
4444
4545[options.extras_require]
4646test =
Original file line number Diff line number Diff line change 11# Copyright (c) Jupyter Development Team.
22# Distributed under the terms of the Modified BSD License.
33
4- __version__ = '2.0.0b0 '
4+ __version__ = '2.0.0b1 '
Original file line number Diff line number Diff line change 11# Copyright (c) Jupyter Development Team.
22# Distributed under the terms of the Modified BSD License.
33
4- __version__ = '4.0.0b0 '
4+ __version__ = '4.0.0b1 '
You can’t perform that action at this time.
0 commit comments