We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b910dc8 commit 1aa9191Copy full SHA for 1aa9191
scaleapi/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = "2.14.1"
+__version__ = "2.14.2"
2
__package_name__ = "scaleapi"
scaleapi/tasks.py
@@ -29,6 +29,7 @@ class TaskType(Enum):
29
VideoBoxAnnotation = "videoboxannotation"
30
VideoPlaybackAnnotation = "videoplaybackannotation"
31
VideoCuboidAnnotation = "videocuboidannotation"
32
+ SensorFusion = "sensorfusion"
33
34
35
class TaskReviewStatus(Enum):
0 commit comments