File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ VP_ORG_VER=2.3.0
15
15
VP_NEW_VER=2.3.1
16
16
17
17
# 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"
18
19
grep -REil " version = \" ${VP_ORG_VER} \" " pyproject.toml | xargs sed -i " s/version = \" ${VP_ORG_VER// \. / \\ .} \" /version = \" ${VP_NEW_VER} \" /g"
19
20
grep -REil " current = \" ${VP_ORG_VER} \" " pyproject.toml | xargs sed -i " s/current = \" ${VP_ORG_VER// \. / \\ .} \" /current = \" ${VP_NEW_VER} \" /g"
20
21
grep -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 1
1
{
2
2
"name" : " jupyterlab-visualpython" ,
3
- "version" : " 2.2.12 " ,
3
+ "version" : " 2.3.1 " ,
4
4
"description" : " GUI-based Python code generator for Jupyter Lab as an extension" ,
5
5
"keywords" : [
6
6
" jupyter" ,
You can’t perform that action at this time.
0 commit comments