diff --git a/README.md b/README.md index 974ce61a..cd5ddf92 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/ipympl/_version.py b/ipympl/_version.py index e386f7d6..a7041c4b 100644 --- a/ipympl/_version.py +++ b/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'