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 24450c4 commit 3568262Copy full SHA for 3568262
ipympl/_version.py
@@ -1,3 +1,3 @@
1
-version_info = (0, 8, 3)
+version_info = (0, 8, 4)
2
__version__ = '.'.join(map(str, version_info))
3
-js_semver = '^0.10.3'
+js_semver = '^0.10.4'
package.json
@@ -1,6 +1,6 @@
{
"name": "jupyter-matplotlib",
- "version": "0.10.3",
+ "version": "0.10.4",
4
"description": "Matplotlib Jupyter Interactive Widget",
5
"author": "Matplotlib Development team",
6
"license": "BSD-3-Clause",
0 commit comments