Skip to content

Commit 4d93d8e

Browse files
Release: ipywidgets 8.1.2, widgetsnbextension 4.0.10, jupyterlab_widgets 3.0.10
python/ipywidgets/dist/ipywidgets-8.1.2-py3-none-any.whl md5: f21659829c54fb8890a3cf49831137ca sha1: 70f37763078c7be3527d8168d6dc2e59eab1c24b sha256: bbe43850d79fb5e906b14801d6c01402857996864d1e5b6fa62dd2ee35559f60 python/ipywidgets/dist/ipywidgets-8.1.2.tar.gz md5: b9109d47cb163a8a3047b54164c6bb59 sha1: 220b4f28fd6ccea66e335bc7d4923702efda5b4d sha256: d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9 python/widgetsnbextension/dist/widgetsnbextension-4.0.10-py3-none-any.whl md5: 3549039fc169ddc3172c51321f2cc254 sha1: 46caa8b670761520df7765d207eca908e4b9f7e8 sha256: d37c3724ec32d8c48400a435ecfa7d3e259995201fbefa37163124a9fcb393cc python/widgetsnbextension/dist/widgetsnbextension-4.0.10.tar.gz md5: f45cd31f525d5a471984ac3ef41f2ab5 sha1: 77961e05129f8d3de55a6b71d82e304850fefd67 sha256: 64196c5ff3b9a9183a8e699a4227fb0b7002f252c814098e66c4d1cd0644688f python/jupyterlab_widgets/dist/jupyterlab_widgets-3.0.10-py3-none-any.whl md5: cd56f251df251e20b2ab8001d9b1152b sha1: 6b79a881883d5ced68da628143723f80cfb1accf sha256: dd61f3ae7a5a7f80299e14585ce6cf3d6925a96c9103c978eda293197730cb64 python/jupyterlab_widgets/dist/jupyterlab_widgets-3.0.10.tar.gz md5: 6c4f7e5f24c6166b330031647a27cc20 sha1: 8dccb9d33e0985eaa16b1ad676ab2da2c2ea1ae9 sha256: 04f2ac04976727e4f9d0fa91cdc2f1ab860f965e504c29dbd6a65c882c9d04c0
1 parent e6ec1be commit 4d93d8e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

python/ipywidgets/ipywidgets/_version.py

+1-1
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__ = '8.1.1'
4+
__version__ = '8.1.2'
55

66
__protocol_version__ = '2.1.0'
77
__control_protocol_version__ = '1.0.0'

python/ipywidgets/setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ install_requires =
3737
comm>=0.1.3
3838
ipython>=6.1.0
3939
traitlets>=4.3.1
40-
widgetsnbextension~=4.0.9
41-
jupyterlab_widgets~=3.0.9
40+
widgetsnbextension~=4.0.10
41+
jupyterlab_widgets~=3.0.10
4242

4343
[options.extras_require]
4444
test =
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
33

4-
__version__ = '3.0.9'
4+
__version__ = '3.0.10'
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
33

4-
__version__ = '4.0.9'
4+
__version__ = '4.0.10'

0 commit comments

Comments
 (0)