Skip to content

Commit f91ab31

Browse files
committed
Fix colab build file
1 parent f659111 commit f91ab31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

colab/build.colab.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ VP_NEW_VER=2.3.4
1616

1717
# update version info
1818
# update manifest version with new numbering for new version
19-
grep -REil ${VP_ORG_VER//\./\\.} manifest.json | xargs sed -i "s/${VP_ORG_VER//\./\\.}\.[0-9]/${VP_NEW_VER}/g"
19+
grep -REil ${VP_ORG_VER//\./\\.} manifest.json | xargs sed -i "s/${VP_ORG_VER//\./\\.}/${VP_NEW_VER}/g"
2020
# update version inside visualpython package
2121
grep -REil ${VP_ORG_VER//\./\\.} visualpython/* | xargs sed -i --follow-symlinks "s/${VP_ORG_VER//\./\\.}/${VP_NEW_VER}/g"
2222

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",
4+
"version": "2.3.4",
55
"manifest_version": 3,
66
"icons": {
77
"48": "icon.png",

0 commit comments

Comments
 (0)