Skip to content

Commit

Permalink
bump hypha version 0.20.25
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Aug 18, 2024
1 parent 6c94400 commit 0b19ffd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hypha-rpc",
"version": "0.20.24",
"version": "0.20.25",
"description": "Hypha RPC client for connecting to Hypha server for data management and AI model serving.",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion python/hypha_rpc/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.20.24"
"version": "0.20.25"
}
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "hypha_rpc"
version = "0.20.24"
version = "0.20.25"
description = "Hypha RPC client for connecting to Hypha server for data management and AI model serving"
readme = "README.md"
requires-python = ">=3.6"
Expand Down
2 changes: 1 addition & 1 deletion python/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ pytest-timeout==2.1.0
pytest-asyncio==0.20.3
jupyter==1.0.0
jupyter_client==8.3.0
hypha==0.20.1b4
hypha==0.20.24
uvicorn[standard]==0.20.0
aiortc==1.5.0

0 comments on commit 0b19ffd

Please sign in to comment.