File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Versions lookup table:
64
64
65
65
| ` ipympl ` | ` jupyter-matplotlib ` | ` JupyterLab ` | ` Matplotlib ` |
66
66
| ----------| ----------------------| --------------| --------------|
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>= |
68
68
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
69
69
| 0.6.x | 0.8.x | 3 or 2 | 3.3.1>=, <3.4|
70
70
| 0.5.8 | 0.7.4 | 1 or 2 | 3.3.1>=, <3.4|
Original file line number Diff line number Diff line change 1
- version_info = (0 , 8 , 0 )
1
+ version_info = (0 , 8 , 1 )
2
2
__version__ = '.' .join (map (str , version_info ))
3
- js_semver = '^0.10.0 '
3
+ js_semver = '^0.10.1 '
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-matplotlib" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.1 " ,
4
4
"description" : " Matplotlib Jupyter Interactive Widget" ,
5
5
"author" : " Matplotlib Development team" ,
6
6
"license" : " BSD-3-Clause" ,
You can’t perform that action at this time.
0 commit comments