Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshdurg committed Feb 15, 2024
1 parent 6af8639 commit f7019f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async function main(){
global exe
progress.innerHTML += "Initializing python environment<br>"
progress.innerHTML += "Installing spycy (may take a few minutes)<br>"
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<br>"
progress.innerHTML += "READY!<br>"
import spycy
Expand Down

0 comments on commit f7019f0

Please sign in to comment.