Skip to content

Commit a923ae8

Browse files
committed
Version bump
1 parent 67c8c15 commit a923ae8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ Versions lookup table:
6464

6565
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
6666
|----------|----------------------|--------------|--------------|
67-
| 0.5.8 | 0.7.4 | 1 or 2 | 3.3.1 |
67+
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
68+
| 0.6.x | 0.8.x | 3 or 2 | 3.3.1>=, <3.4|
69+
| 0.5.8 | 0.7.4 | 1 or 2 | 3.3.1>=, <3.4|
6870
| 0.5.7 | 0.7.3 | 1 or 2 | 3.2.* |
6971
| ... | ... | ... | |
7072
| 0.5.3 | 0.7.2 | 1 or 2 | |

ipympl/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version_info = (0, 6, 3)
1+
version_info = (0, 7, 0)
22
__version__ = '.'.join(map(str, version_info))
3-
js_semver = '^0.8.3'
3+
js_semver = '^0.9.0'

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-matplotlib",
3-
"version": "0.8.3",
3+
"version": "0.9.0",
44
"description": "Matplotlib Jupyter Interactive Widget",
55
"author": "Matplotlib Development team",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)