Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Oct 25, 2024
1 parent baa1d16 commit a8e300c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-sdk/indexify/executor/task_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def report_task_outcome(self, completed_task: CompletedTask):
fn_outputs = []
for output in completed_task.outputs or []:
print(
f"[bold]task-reporter[/bold] uploading output of size: {len(output_bytes)} bytes"
f"[bold]task-reporter[/bold] uploading output of size: {len(output.payload)} bytes"
)
output_bytes = MsgPackSerializer.serialize(output)
fn_outputs.append(
Expand Down
2 changes: 1 addition & 1 deletion python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "indexify"
version = "0.2.20"
version = "0.2.21"
description = "Python Client for Indexify"
authors = ["Tensorlake Inc. <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit a8e300c

Please sign in to comment.