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 7967ba8 commit 3ac75f2Copy full SHA for 3ac75f2
environment.yml
@@ -5,4 +5,4 @@ dependencies:
5
- numpy
6
- jupyterlab=3
7
- matplotlib-base>=2.2.2
8
- - ipympl=0.6.2
+ - ipympl=0.6.3
ipympl/_version.py
@@ -1,3 +1,3 @@
1
-version_info = (0, 6, 2)
+version_info = (0, 6, 3)
2
__version__ = '.'.join(map(str, version_info))
3
-js_semver = '^0.8.2'
+js_semver = '^0.8.3'
js/package.json
@@ -1,6 +1,6 @@
{
"name": "jupyter-matplotlib",
- "version": "0.8.2",
+ "version": "0.8.3",
4
"description": "Matplotlib Jupyter Interactive Widget",
"author": "Matplotlib Development team",
"license": "BSD-3-Clause",
0 commit comments