Skip to content

Commit 808218d

Browse files
committed
Release 0.8.1
1 parent fb80bd5 commit 808218d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

6565
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
6666
|----------|----------------------|--------------|--------------|
67-
| 0.8.0 | 0.10.0 | 3 or 2 | 3.3.1>= |
67+
| 0.8.x | 0.10.x | 3 or 2 | 3.3.1>= |
6868
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
6969
| 0.6.x | 0.8.x | 3 or 2 | 3.3.1>=, <3.4|
7070
| 0.5.8 | 0.7.4 | 1 or 2 | 3.3.1>=, <3.4|

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, 8, 0)
1+
version_info = (0, 8, 1)
22
__version__ = '.'.join(map(str, version_info))
3-
js_semver = '^0.10.0'
3+
js_semver = '^0.10.1'

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.10.0",
3+
"version": "0.10.1",
44
"description": "Matplotlib Jupyter Interactive Widget",
55
"author": "Matplotlib Development team",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)