Skip to content

Commit 297efb8

Browse files
committed
add examples to annotation
1 parent 9bcf827 commit 297efb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scaleapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'comparison': {'attachments', 'attachment_type',
1414
'fields', 'choices'},
1515
'annotation': {'attachment', 'attachment_type', 'instruction',
16-
'objects_to_annotate', 'with_labels'},
16+
'objects_to_annotate', 'with_labels', 'examples'},
1717
'datacollection': {'attachment', 'attachment_type', 'fields'}}
1818
SCALE_ENDPOINT = 'https://api.scaleapi.com/v1/'
1919
DEFAULT_LIMIT = 100

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setup(
33
name = 'scaleapi',
44
packages = ['scaleapi'],
5-
version = '0.1.4',
5+
version = '0.1.5',
66
description = 'The official Python client library for the Scale API, the API for human labor.',
77
author = 'Calvin Huang',
88
author_email = 'c@lvin.me',

0 commit comments

Comments
 (0)