Skip to content

Commit

Permalink
Release ipywidgets 7.8.2
Browse files Browse the repository at this point in the history
dist/ipywidgets-7.8.2-py2.py3-none-any.whl
md5: b3d6fd408e9d18bda53d1a3927698818
sha1: b914c8644bd376fcc8ddf51932212c06a0c9f63d
sha256: de9b0b0ab5238f107aee8429eb855121e825025aac556fec17d0bd51422aa256

dist/ipywidgets-7.8.2.tar.gz
md5: 8fe00616837c7af4b8f0075c45df0cf5 dist/ipywidgets-7.8.2.tar.gz
sha1: 87d58b3e0c1f7fda33ae6a68b4520a7c4bbc80b6
sha256: 282a550abab40831e08e1aab0b04aaf5c01494ff919faa44d3ac624f4cbc8fd0

widgetsnbextension/dist/widgetsnbextension-3.6.7-py2.py3-none-any.whl
md5: d3c6e540d2129366bf7ca0a75a83e798
sha1: f7325116941b8304dfaaa64b93d4074e5e7d6705
sha256: 8a36ee7a3c12e273522c15206ee2bc4d6aad46b1944b697024f6bef828139df3

widgetsnbextension/dist/widgetsnbextension-3.6.7.tar.gz
md5: d31f37596bc0b9ff99cc1db9588d2346
sha1: fb60727285e259b9f3b9e91b1d866d7e95464a5c
sha256: 7eca1116ad1d6ce69ea3fb0a113c7453cb7175a30fd387fb820a348243dd96fb

jupyterlab_widgets/dist/jupyterlab_widgets-1.1.8-py3-none-any.whl
md5: 7e347ce887492654ce54145908f96853
sha1: 8aa5133efc21c87da6385aa5fdfa54f81340a345
sha256: 0c2bfb266b6da013710618ab1263f347a730503d197c4a9f447f293d186544a2

jupyterlab_widgets/dist/jupyterlab_widgets-1.1.8.tar.gz
md5: 5eadd7e664131312c91e4ba659956915
sha1: 9c7f69af4222b02e69cc3e3a19b44244edea3c35
sha256: 3df97fed92fed52dd2e8de61d870eb692d3efcdb1b99ba7874ec738df97429f2
  • Loading branch information
martinRenou committed Jul 5, 2024
1 parent 5695ab2 commit 39d72d3
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, 1, 'final', 0)
version_info = (7, 8, 2, '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, 7, 'final', 0)
version_info = (1, 1, 8, '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.6'
'widgetsnbextension~=3.6.7'
]

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, 6, 'final', 0)
version_info = (3, 6, 7, 'final', 0)

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

Expand Down

0 comments on commit 39d72d3

Please sign in to comment.