diff --git a/README.md b/README.md index 305b6a29..0efa4ed4 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Versions lookup table: | `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` | |----------|----------------------|--------------|--------------| +| 0.9.0 | 0.11.x | 3 or 2 | 3.4.0>= | | 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>= | diff --git a/docs/installing.md b/docs/installing.md index c02b5b45..2332520f 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -49,6 +49,7 @@ Not all versions of `ipympl` are compatible with different version of Jupyterlab | `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` | |----------|----------------------|--------------|--------------| +| 0.9.0 | 0.11.x | 3 or 2 | 3.4.0>= | | 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>= | diff --git a/ipympl/_version.py b/ipympl/_version.py index 50687298..f3b6f97e 100644 --- a/ipympl/_version.py +++ b/ipympl/_version.py @@ -1,4 +1,4 @@ -version_info = (0, 8, 8) +version_info = (0, 9, 0) __version__ = '.'.join(map(str, version_info)) diff --git a/package.json b/package.json index 50f5e52f..4e6ecfbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-matplotlib", - "version": "0.10.5", + "version": "0.11.0", "description": "Matplotlib Jupyter Interactive Widget", "author": "Matplotlib Development team", "license": "BSD-3-Clause",