We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35229ef commit 7fc0175Copy full SHA for 7fc0175
python/ipywidgets/ipywidgets/_version.py
@@ -1,7 +1,7 @@
1
# Copyright (c) Jupyter Development Team.
2
# Distributed under the terms of the Modified BSD License.
3
4
-__version__ = '8.1.4'
+__version__ = '8.1.5'
5
6
__protocol_version__ = '2.1.0'
7
__control_protocol_version__ = '1.0.0'
python/jupyterlab_widgets/jupyterlab_widgets/_version.py
@@ -1,4 +1,4 @@
-__version__ = '3.0.12'
+__version__ = '3.0.13'
python/widgetsnbextension/widgetsnbextension/_version.py
-__version__ = '4.0.12'
+__version__ = '4.0.13'
0 commit comments