From ef4f0c929a2c355045b7ab6c504c924adfcbe257 Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Mon, 4 Mar 2024 23:19:50 +0100 Subject: [PATCH] bump version --- hypha/VERSION | 2 +- hypha/templates/web-python-plugin.html | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hypha/VERSION b/hypha/VERSION index 496ae10e..8d3d8e5f 100644 --- a/hypha/VERSION +++ b/hypha/VERSION @@ -1,3 +1,3 @@ { - "version": "0.15.49" + "version": "0.15.50" } diff --git a/hypha/templates/web-python-plugin.html b/hypha/templates/web-python-plugin.html index ee87422a..51278c7d 100644 --- a/hypha/templates/web-python-plugin.html +++ b/hypha/templates/web-python-plugin.html @@ -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()) diff --git a/requirements.txt b/requirements.txt index 48f410f5..81a01134 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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