Skip to content

Commit d2380a4

Browse files
Update Cruise Control External Task Type (#105)
1 parent 4420a7a commit d2380a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.18.2"
1+
__version__ = "2.18.3"
22
__package_name__ = "scaleapi"

scaleapi/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class TaskType(Enum):
3535
ChatLite = "chatlite"
3636
MultiChat = "multichat"
3737
MultiStage = "multistage"
38-
CruiseControl = "cruisecontrol"
38+
Federal2dVideoAnnotation = "federal2dvideoannotation"
3939

4040

4141
class TaskReviewStatus(Enum):

0 commit comments

Comments
 (0)