diff --git a/ipywidgets/_version.py b/ipywidgets/_version.py index 9914bd55de..9d5492aa45 100644 --- a/ipywidgets/_version.py +++ b/ipywidgets/_version.py @@ -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': ''} diff --git a/jupyterlab_widgets/jupyterlab_widgets/_version.py b/jupyterlab_widgets/jupyterlab_widgets/_version.py index 99a58501d7..e0442666b4 100644 --- a/jupyterlab_widgets/jupyterlab_widgets/_version.py +++ b/jupyterlab_widgets/jupyterlab_widgets/_version.py @@ -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': ''} diff --git a/setup.py b/setup.py index 7f727dd0b1..7f3f6d6f03 100644 --- a/setup.py +++ b/setup.py @@ -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'] = { diff --git a/widgetsnbextension/widgetsnbextension/_version.py b/widgetsnbextension/widgetsnbextension/_version.py index e4d1faad71..dc43b57edb 100644 --- a/widgetsnbextension/widgetsnbextension/_version.py +++ b/widgetsnbextension/widgetsnbextension/_version.py @@ -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': ''}