File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @upsetjs/jupyter_widget" ,
3- "version" : " 1.6 .0" ,
3+ "version" : " 1.9 .0" ,
44 "description" : " UpSet.js is a re-implementation of UpSetR to create interactive set visualizations for more than three sets" ,
55 "license" : " SEE LICENSE IN LICENSE.txt" ,
66 "author" : {
Original file line number Diff line number Diff line change 1111 * The html widget manager assumes that this is the same as the npm package
1212 * version number.
1313 */
14- export const MODULE_VERSION = '1.6 .0' ;
14+ export const MODULE_VERSION = '1.9 .0' ;
1515
1616/*
1717 * The current package name.
Original file line number Diff line number Diff line change 99"""
1010
1111MODULE_NAME = "@upsetjs/jupyter_widget"
12- MODULE_VERSION = "^1.6 .0"
12+ MODULE_VERSION = "^1.9 .0"
Original file line number Diff line number Diff line change 88UpSet.js Jupyter Widget
99"""
1010
11- version_info = (1 , 6 , 0 ) # pylint: disable=C0103
11+ version_info = (1 , 9 , 0 ) # pylint: disable=C0103
1212__version__ = "." .join (map (str , version_info ))
You can’t perform that action at this time.
0 commit comments