Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jul 25, 2024
1 parent 02243fd commit 271d535
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 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.1.4",
"version": "0.1.5",
"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.1.4"
"version": "0.1.5"
}
1 change: 1 addition & 0 deletions python/hypha_rpc/webrtc_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Provide a webrtc client."""
import asyncio
import sys
import inspect
import logging
from functools import partial
Expand Down
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.1.4"
version = "0.1.5"
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
Binary file not shown.

0 comments on commit 271d535

Please sign in to comment.