Skip to content

Commit 426383b

Browse files
committed
chore: bump version 0.6.0
1 parent 9116ae6 commit 426383b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "workflowai"
3-
version = "0.6.0.dev22"
4-
description = ""
3+
version = "0.6.0"
4+
description = "Python SDK for WorkflowAI"
55
authors = ["Guillaume Aquilina <guillaume@workflowai.com>"]
66
readme = "README.md"
77
exclude = ["**/*_test.py", "tests/**/*"]

workflowai/core/domain/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class Model(str, Enum):
4949
# --------------------------------------------------------------------------
5050
GEMINI_2_0_FLASH_LATEST = "gemini-2.0-flash-latest"
5151
GEMINI_2_0_FLASH_001 = "gemini-2.0-flash-001"
52+
GEMINI_2_0_FLASH_LITE_001 = "gemini-2.0-flash-lite-001"
5253
GEMINI_2_0_FLASH_LITE_PREVIEW_2502 = "gemini-2.0-flash-lite-preview-02-05"
5354
GEMINI_2_0_PRO_EXP = "gemini-2.0-pro-exp-02-05"
5455
GEMINI_2_0_FLASH_EXP = "gemini-2.0-flash-exp"

0 commit comments

Comments
 (0)