Skip to content

Commit e3c2d05

Browse files
Adding multistage task type (#93)
* adding multistage task type * Updating version
1 parent f6d64cb commit e3c2d05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scaleapi/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.15.11"
1+
__version__ = "2.15.12"
22
__package_name__ = "scaleapi"

scaleapi/tasks.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class TaskType(Enum):
3434
ChatExperimental = "chatexperimental"
3535
ChatLite = "chatlite"
3636
MultiChat = "multichat"
37+
MultiStage = "multistage"
3738

3839

3940
class TaskReviewStatus(Enum):

0 commit comments

Comments
 (0)