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 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
3
4
- __version__ = '8.0.0rc1 '
4
+ __version__ = '8.0.0rc2 '
5
5
6
6
__protocol_version__ = '2.1.0'
7
7
__control_protocol_version__ = '1.0.0'
12
12
__jupyter_widgets_controls_version__ = '2.0.0'
13
13
14
14
# A compatible @jupyter-widgets/html-manager npm package semver range
15
- __html_manager_version__ = '^1.0.0-rc.1 '
15
+ __html_manager_version__ = '^1.0.0-rc.2 '
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ install_requires =
37
37
ipykernel>=4.5.1
38
38
ipython>=6.1.0
39
39
traitlets>=4.3.1
40
- widgetsnbextension~=4.0rc1
41
- jupyterlab_widgets~=3.0rc1
40
+ widgetsnbextension~=4.0rc2
41
+ jupyterlab_widgets~=3.0rc2
42
42
43
43
[options.extras_require]
44
44
test =
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
3
4
- __version__ = '3.0.0rc1 '
4
+ __version__ = '3.0.0rc2 '
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
3
4
- __version__ = '4.0.0rc1 '
4
+ __version__ = '4.0.0rc2 '
You can’t perform that action at this time.
0 commit comments