Skip to content

Commit

Permalink
Release 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Feb 18, 2022
1 parent fc0e08c commit c696b1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -64,7 +64,8 @@ Versions lookup table:

| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
|----------|----------------------|--------------|--------------|
| 0.8.x | 0.10.x | 3 or 2 | 3.3.1>= |
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
| 0.6.x | 0.8.x | 3 or 2 | 3.3.1>=, <3.4|
| 0.5.8 | 0.7.4 | 1 or 2 | 3.3.1>=, <3.4|
Expand Down
2 changes: 1 addition & 1 deletion ipympl/_version.py
@@ -1,3 +1,3 @@
version_info = (0, 8, 7)
version_info = (0, 8, 8)
__version__ = '.'.join(map(str, version_info))
js_semver = '^0.10.5'

0 comments on commit c696b1a

Please sign in to comment.