Skip to content

Commit 8a9b1b6

Browse files
authored
Merge pull request #22 from fastlabel/develop
Merge to main
2 parents 5596880 + 6caf200 commit 8a9b1b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ task_id = client.create_task(
6161
name="sample.jpg",
6262
file_path="./sample.jpg",
6363
annotations=[{
64+
"type": "bbox",
6465
"value": "annotation-value",
6566
"attributes": [
6667
{
@@ -202,6 +203,7 @@ task = client.create_multi_image_task(
202203
name="sample",
203204
folder_path="./sample",
204205
annotations=[{
206+
"type": "segmentation",
205207
"value": "annotation-value",
206208
"attributes": [
207209
{

setup.py

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

99
setuptools.setup(
1010
name="fastlabel",
11-
version="0.4.2",
11+
version="0.5.0",
1212
author="eisuke-ueta",
1313
author_email="[email protected]",
1414
description="The official Python SDK for FastLabel API, the Data Platform for AI",

0 commit comments

Comments
 (0)