File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ VP_ORG_VER=2.3.0
1515VP_NEW_VER=2.3.1
1616
1717# update version info
18+ grep -REil " \" version\" : \" ${VP_ORG_VER} \" " package.json | xargs sed -i " s/\" version\" : \" ${VP_ORG_VER// \. / \\ .} \" /\" version\" : \" ${VP_NEW_VER} \" /g"
1819grep -REil " version = \" ${VP_ORG_VER} \" " pyproject.toml | xargs sed -i " s/version = \" ${VP_ORG_VER// \. / \\ .} \" /version = \" ${VP_NEW_VER} \" /g"
1920grep -REil " current = \" ${VP_ORG_VER} \" " pyproject.toml | xargs sed -i " s/current = \" ${VP_ORG_VER// \. / \\ .} \" /current = \" ${VP_NEW_VER} \" /g"
2021grep -REil ${VP_ORG_VER// \. / \\ .} ../visualpython/* | xargs sed -i " s/${VP_ORG_VER// \. / \\ .} /${VP_NEW_VER} /g"
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyterlab-visualpython" ,
3- "version" : " 2.2.12 " ,
3+ "version" : " 2.3.1 " ,
44 "description" : " GUI-based Python code generator for Jupyter Lab as an extension" ,
55 "keywords" : [
66 " jupyter" ,
You can’t perform that action at this time.
0 commit comments