File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11"""Version File."""
2- VERSION_INFO = (0 , 7 , 1 )
2+ VERSION_INFO = (0 , 7 , 2 , 'dev0' )
33__version__ = '.' .join (map (str , VERSION_INFO ))
Original file line number Diff line number Diff line change 11{
22 "name" : " @spyder-notebook/app" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2-dev.0 " ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " webpack"
139139 "@jupyterlab/ui-components-extension" : " ~4.4.9" ,
140140 "@jupyterlab/vega5-extension" : " ~4.4.9" ,
141141 "@lumino/coreutils" : " ~2.2.1" ,
142- "@spyder-notebook/application" : " ^0.7.1 " ,
143- "@spyder-notebook/application-extension" : " ^0.7.1 " ,
142+ "@spyder-notebook/application" : " ^0.7.2-dev.0 " ,
143+ "@spyder-notebook/application-extension" : " ^0.7.2-dev.0 " ,
144144 "core-js" : " ^3.17.0"
145145 },
146146 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @spyder-notebook/application-extension" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2-dev.0 " ,
44 "main" : " lib/index.js" ,
55 "types" : " lib/index.d.ts" ,
66 "directories" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @spyder-notebook/application" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2-dev.0 " ,
44 "main" : " lib/index.js" ,
55 "types" : " lib/index.d.ts" ,
66 "directories" : {
Original file line number Diff line number Diff line change @@ -3292,8 +3292,8 @@ __metadata:
32923292 " @jupyterlab/ui-components-extension " : ~4.4.9
32933293 " @jupyterlab/vega5-extension " : ~4.4.9
32943294 " @lumino/coreutils " : ~2.2.1
3295- " @spyder-notebook/application " : ^0.7.1
3296- " @spyder-notebook/application-extension " : ^0.7.1
3295+ " @spyder-notebook/application " : ^0.7.2-dev.0
3296+ " @spyder-notebook/application-extension " : ^0.7.2-dev.0
32973297 core-js : ^3.17.0
32983298 css-loader : ~5.0.1
32993299 fs-extra : ^8.1.0
@@ -3311,7 +3311,7 @@ __metadata:
33113311 languageName : unknown
33123312 linkType : soft
33133313
3314- " @spyder-notebook/application-extension@^0.7.1 , @spyder-notebook/application-extension@workspace:packages/application-extension " :
3314+ " @spyder-notebook/application-extension@^0.7.2-dev.0 , @spyder-notebook/application-extension@workspace:packages/application-extension " :
33153315 version : 0.0.0-use.local
33163316 resolution : " @spyder-notebook/application-extension@workspace:packages/application-extension"
33173317 dependencies :
@@ -3322,7 +3322,7 @@ __metadata:
33223322 languageName : unknown
33233323 linkType : soft
33243324
3325- " @spyder-notebook/application@^0.7.1 , @spyder-notebook/application@workspace:packages/application " :
3325+ " @spyder-notebook/application@^0.7.2-dev.0 , @spyder-notebook/application@workspace:packages/application " :
33263326 version : 0.0.0-use.local
33273327 resolution : " @spyder-notebook/application@workspace:packages/application"
33283328 dependencies :
You can’t perform that action at this time.
0 commit comments