diff --git a/static/script.js b/static/script.js index 691eea5..fd4d898 100644 --- a/static/script.js +++ b/static/script.js @@ -154,7 +154,7 @@ async function main(){ global exe progress.innerHTML += "Initializing python environment
" progress.innerHTML += "Installing spycy (may take a few minutes)
" - await micropip.install("./dist/spycy_aneeshdurg-0.0.2-py3-none-any.whl", deps=True) + await micropip.install("./dist/spycy_aneeshdurg-0.0.3-py3-none-any.whl", deps=True) progress.innerHTML += "Installed spycy
" progress.innerHTML += "READY!
" import spycy