Skip to content

Commit

Permalink
Release 7.8.3
Browse files Browse the repository at this point in the history
dist/ipywidgets-7.8.3-py2.py3-none-any.whl
md5: 22486e3da34dd3a2571f1d3875354732
sha1: f2d5877691dc4c548db503a2d9f0569f438b3729
sha256: b5898117d599d34fbc4a0067a25758e2f201fe3efbcf737073871074d79c5f64

dist/ipywidgets-7.8.3.tar.gz
md5: e8c7afe30f67c12d39996439e50e5945
sha1: f5d5fc7ee4ed33128993537ed5517f598fbc1419
sha256: e8123132021c99a7e142c04ef90c0fb5f1c640f9befe8017238dcece673d6043

widgetsnbextension/dist/widgetsnbextension-3.6.8-py2.py3-none-any.whl
md5: f43691f356b80c3e34d56aed4971aa08
sha1: af5dcfce4dbeb56024fa3efa295852dd0aadbe8c
sha256: 35a8c9430e370a79fabe1b79c4346362a1fac777ea523017d10d512c85d0d371

widgetsnbextension/dist/widgetsnbextension-3.6.8.tar.gz
md5: 3b1570005818b318ba1a0117541dcd08
sha1: ae8261f36b910796de9ede6094b373c91dbae0fc
sha256: 85530f02dbb50cc961d01a119d521f356a881bddf514e5676a6f5761427ee6f5

jupyterlab_widgets/dist/jupyterlab_widgets-1.1.9-py3-none-any.whl
md5: d178c404f6cd2fd3168a7955ac55900c
sha1: 22d905c6b60f2cb294adbc27b583cf72aecb35b1
sha256: 087621dbbdb1b87df4bd55f89f3be189d64ca0fa7bd2de5b92e89f69b8f3c211

jupyterlab_widgets/dist/jupyterlab_widgets-1.1.9.tar.gz
md5: af1eafeb3cf1932d00990bc2a12e65d3
sha1: ee3e18a2dc4b01a708ed3be6fe44fd368b818dcf
sha256: 5620c797dcdaa64f98a3e35605753c5902f23a8e7d754bc82b851c71df625ca5
  • Loading branch information
martinRenou committed Jul 29, 2024
1 parent 6bebacf commit 5bc4379
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ipywidgets/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

version_info = (7, 8, 2, 'final', 0)
version_info = (7, 8, 3, 'final', 0)

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

Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_widgets/jupyterlab_widgets/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (1, 1, 8, 'final', 0)
version_info = (1, 1, 9, 'final', 0)

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
# only if notebook 4.x is installed in this
# interpreter, to allow ipywidgets to be
# installed on bare kernels.
'widgetsnbextension~=3.6.7'
'widgetsnbextension~=3.6.8'
]

extras_require = setuptools_args['extras_require'] = {
Expand Down
2 changes: 1 addition & 1 deletion widgetsnbextension/widgetsnbextension/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (3, 6, 7, 'final', 0)
version_info = (3, 6, 8, 'final', 0)

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

Expand Down

0 comments on commit 5bc4379

Please sign in to comment.