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:
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|
Original file line number Diff line number Diff line change 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 '
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments