File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# =============================================================================
1414VP_ORG_VER=2.3.2
1515VP_NEW_VER=2.3.3
16- VP_COLAB_VER=1 # colab specified versioning
1716
1817# update version info
1918# update manifest version with new numbering for new version
20- grep -REil ${VP_ORG_VER// \. / \\ .} \. [0-9] manifest.json | xargs sed -i " s/${VP_ORG_VER// \. / \\ .} \.[0-9]/${VP_NEW_VER} . ${VP_COLAB_VER } /g"
19+ grep -REil ${VP_ORG_VER// \. / \\ .} manifest.json | xargs sed -i " s/${VP_ORG_VER// \. / \\ .} \.[0-9]/${VP_NEW_VER} /g"
2120# update version inside visualpython package
2221grep -REil ${VP_ORG_VER// \. / \\ .} visualpython/* | xargs sed -i --follow-symlinks " s/${VP_ORG_VER// \. / \\ .} /${VP_NEW_VER} /g"
2322
Original file line number Diff line number Diff line change 11{
22 "name" : " Visual Python for Colab" ,
33 "description" : " GUI-based Python code generator for Google Colab as an extension" ,
4- "version" : " 2.3.3.1 " ,
4+ "version" : " 2.3.3" ,
55 "manifest_version" : 3 ,
66 "icons" : {
77 "48" : " icon.png" ,
You can’t perform that action at this time.
0 commit comments