We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4420a7a commit d2380a4Copy full SHA for d2380a4
scaleapi/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = "2.18.2"
+__version__ = "2.18.3"
2
__package_name__ = "scaleapi"
scaleapi/tasks.py
@@ -35,7 +35,7 @@ class TaskType(Enum):
35
ChatLite = "chatlite"
36
MultiChat = "multichat"
37
MultiStage = "multistage"
38
- CruiseControl = "cruisecontrol"
+ Federal2dVideoAnnotation = "federal2dvideoannotation"
39
40
41
class TaskReviewStatus(Enum):
0 commit comments