Skip to content

Commit

Permalink
feat: bump operate to v0.1.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Apr 16, 2024
1 parent a99a020 commit 2e03126
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 295 deletions.
4 changes: 2 additions & 2 deletions electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function createVirtualEnvUbuntu(path) {
function installOperatePackageUnix(path) {
return runCmdUnix(
`${path}/venv/bin/python3.10`,
['-m', 'pip', 'install', 'olas-operate-middleware==0.1.0rc3']
['-m', 'pip', 'install', 'olas-operate-middleware==0.1.0rc4']
)
}

Expand All @@ -155,7 +155,7 @@ function reInstallOperatePackageUnix(path) {
console.log(appendLog("Reinstalling operate CLI"))
return runCmdUnix(
`${path}/venv/bin/python3.10`,
['-m', 'pip', 'install', 'olas-operate-middleware==0.1.0rc3', '--force-reinstall']
['-m', 'pip', 'install', 'olas-operate-middleware==0.1.0rc4', '--force-reinstall']
)
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
"start": "electron .",
"build": "rm -rf dist/ && electron-builder build"
},
"version": "0.1.0-rc3"
"version": "0.1.0-rc4"
}
Loading

0 comments on commit 2e03126

Please sign in to comment.