We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3d3dc commit 776e9b2Copy full SHA for 776e9b2
ipympl/_version.py
@@ -1,3 +1,3 @@
1
-version_info = (0, 9, 1)
+version_info = (0, 9, 2)
2
__version__ = '.'.join(map(str, version_info))
3
js_semver = '^0.11'
package.json
@@ -1,6 +1,6 @@
{
"name": "jupyter-matplotlib",
- "version": "0.11.1",
+ "version": "0.11.2",
4
"description": "Matplotlib Jupyter Interactive Widget",
5
"author": "Matplotlib Development team",
6
"license": "BSD-3-Clause",
0 commit comments