Skip to content

Commit 1aa9191

Browse files
authored
Add sensorfusion task type (#75)
1 parent b910dc8 commit 1aa9191

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scaleapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.14.1"
1+
__version__ = "2.14.2"
22
__package_name__ = "scaleapi"

scaleapi/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class TaskType(Enum):
2929
VideoBoxAnnotation = "videoboxannotation"
3030
VideoPlaybackAnnotation = "videoplaybackannotation"
3131
VideoCuboidAnnotation = "videocuboidannotation"
32+
SensorFusion = "sensorfusion"
3233

3334

3435
class TaskReviewStatus(Enum):

0 commit comments

Comments
 (0)