Skip to content

Commit c6ad984

Browse files
committed
Edit colab version
1 parent 74b9ba8 commit c6ad984

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

colab/build.colab.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
#=============================================================================
1414
VP_ORG_VER=2.3.2
1515
VP_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
2221
grep -REil ${VP_ORG_VER//\./\\.} visualpython/* | xargs sed -i --follow-symlinks "s/${VP_ORG_VER//\./\\.}/${VP_NEW_VER}/g"
2322

colab/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)