Skip to content

Commit 45865db

Browse files
authored
Merge pull request #54 from weanalyze/dev
minor version bump;
2 parents 48be64a + cf1ec53 commit 45865db

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "workcell"
3-
version = "0.0.28"
3+
version = "0.0.29"
44
description = "Turn python function into microservice."
55
authors = ["jiandong <jiandong@weanalyze.co>"]
66
license = "Apache-2.0"

workcell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Information about this library. This file will automatically changed (by poetry-bump-version)."""
22

3-
__version__ = "0.0.28"
3+
__version__ = "0.0.29"
44
__ui_version__ = "0.1.6"
55

66
from .core import Workcell

workcell/deploy/huggingface/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
def get_hf_host(
88
space_name: str,
9-
api_key: str | None,
9+
api_key: str | None = None,
1010
**kwargs
1111
) -> str:
1212
# fetching url

0 commit comments

Comments
 (0)