We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0e08c commit c696b1aCopy full SHA for c696b1a
README.md
@@ -64,7 +64,8 @@ Versions lookup table:
64
65
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
66
|----------|----------------------|--------------|--------------|
67
-| 0.8.x | 0.10.x | 3 or 2 | 3.3.1>= |
+| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
68
+| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
69
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
70
| 0.6.x | 0.8.x | 3 or 2 | 3.3.1>=, <3.4|
71
| 0.5.8 | 0.7.4 | 1 or 2 | 3.3.1>=, <3.4|
ipympl/_version.py
@@ -1,3 +1,3 @@
1
-version_info = (0, 8, 7)
+version_info = (0, 8, 8)
2
__version__ = '.'.join(map(str, version_info))
3
js_semver = '^0.10.5'
0 commit comments