Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Mar 22, 2021
1 parent 67c8c15 commit a923ae8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ Versions lookup table:

| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
|----------|----------------------|--------------|--------------|
| 0.5.8 | 0.7.4 | 1 or 2 | 3.3.1 |
| 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|
| 0.5.7 | 0.7.3 | 1 or 2 | 3.2.* |
| ... | ... | ... | |
| 0.5.3 | 0.7.2 | 1 or 2 | |
Expand Down
4 changes: 2 additions & 2 deletions ipympl/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version_info = (0, 6, 3)
version_info = (0, 7, 0)
__version__ = '.'.join(map(str, version_info))
js_semver = '^0.8.3'
js_semver = '^0.9.0'
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-matplotlib",
"version": "0.8.3",
"version": "0.9.0",
"description": "Matplotlib Jupyter Interactive Widget",
"author": "Matplotlib Development team",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit a923ae8

Please sign in to comment.