Skip to content

Commit 2d7ebee

Browse files
committed
ipywidgets 7.6.0, jupyterlab_widgets 1.0.0
dist/ipywidgets-7.6.0-py2.py3-none-any.whl md5: d94726a8339d733782d7daedc474693d sha1: 7400c5a7e87d3a147302cd228f363ba5be8b4a7c sha256: b8b5ccff69ae2e9bd7dc0c8dbe5f1ff84feac595cad75bd4f3962082671f1316 dist/ipywidgets-7.6.0.tar.gz md5: 4307ee5fbde5cba0fcac115cdb0392b4 sha1: f51b814239534b6ad6205a5844f83346d0ab8dba sha256: 79d4cdf447d47a5bf25387057a297c895ef13236d9e8a9784578a21fa604321c jupyterlab_widgets/dist/jupyterlab_widgets-1.0.0-py3-none-any.whl md5: f87f9e9fc23b254db36c28578d29da6c sha1: 6703529bbe70c1f98e9d13534b642dfca39afe31 sha256: caeaf3e6103180e654e7d8d2b81b7d645e59e432487c1d35a41d6d3ee56b3fef jupyterlab_widgets/dist/jupyterlab_widgets-1.0.0.tar.gz md5: e06d15a0b04bd0c9a24b57cfc7b27227 sha1: 744b4f05e8d550a00bcbef2657398a63e6dced23 sha256: 5c1a29a84d3069208cb506b10609175b249b6486d6b1cbae8fcde2a11584fb78
1 parent 8ec6746 commit 2d7ebee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ipywidgets/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
33

4-
version_info = (7, 6, 0, 'candidate', 0)
4+
version_info = (7, 6, 0, 'final', 0)
55

66
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
77

@@ -16,4 +16,4 @@
1616
__jupyter_widgets_controls_version__ = '1.5.0'
1717

1818
# A compatible @jupyter-widgets/html-manager npm package semver range
19-
__html_manager_version__ = '^0.20.0-rc.0'
19+
__html_manager_version__ = '^0.20.0'

jupyterlab_widgets/jupyterlab_widgets/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (1, 0, 0, 'candidate', 1)
1+
version_info = (1, 0, 0, 'final', 0)
22

33
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
# interpreter, to allow ipywidgets to be
121121
# installed on bare kernels.
122122
'widgetsnbextension~=3.5.0',
123-
'jupyterlab_widgets>=1.0.0rc0',
123+
'jupyterlab_widgets>=1.0.0',
124124
]
125125

126126
extras_require = setuptools_args['extras_require'] = {

0 commit comments

Comments
 (0)