diff --git a/README.md b/README.md index ea3e162f..3df710b2 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Versions lookup table: | `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` | |----------|----------------------|--------------|--------------| +| 0.8.9 | 0.10.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 ee440001..a571ff78 100644 --- a/ipympl/_version.py +++ b/ipympl/_version.py @@ -1,4 +1,4 @@ -version_info = (0, 8, 8) +version_info = (0, 8, 9) __version__ = '.'.join(map(str, version_info)) diff --git a/package.json b/package.json index 50f5e52f..5f28802d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-matplotlib", - "version": "0.10.5", + "version": "0.10.6", "description": "Matplotlib Jupyter Interactive Widget", "author": "Matplotlib Development team", "license": "BSD-3-Clause",