Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Mar 4, 2024
1 parent 07c42d2 commit ef4f0c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hypha/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.15.49"
"version": "0.15.50"
}
2 changes: 1 addition & 1 deletion hypha/templates/web-python-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
async def run():
try:
await micropip.install(["imjoy-rpc==0.5.48.post1", {% for req in requirements %}"{{req}}", {% endfor %}])
await micropip.install(["imjoy-rpc==0.5.48.post2", {% for req in requirements %}"{{req}}", {% endfor %}])
js.__resolve()
except Exception as e:
js.__reject(traceback.format_exc())
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aioboto3==11.2.0
aiofiles==23.2.1
base58==2.1.1
fastapi==0.106.0
imjoy-rpc==0.5.48.post1
imjoy-rpc==0.5.48.post2
jinja2==3.1.2
lxml==4.9.3
msgpack==1.0.5
Expand Down

0 comments on commit ef4f0c9

Please sign in to comment.