Skip to content

Commit bbb01fb

Browse files
authored
Merge branch 'develop' into feature/upgrade_tiktoken
Signed-off-by: brunoalho99 <[email protected]>
2 parents 7dcccea + 269618c commit bbb01fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llmstudio-core"
3-
version = "1.1.1a"
3+
version = "1.1.1"
44
description = "LLMStudio core capabilities for routing llm calls for any vendor. No proxy server required. For that use llmstudio[proxy]"
55
authors = ["Cláudio Lemos <[email protected]>"]
66
license = "MIT"

libs/llmstudio/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llmstudio"
3-
version = "1.0.6"
3+
version = "1.1.0a0"
44
description = "Prompt Perfection at Your Fingertips"
55
authors = ["Cláudio Lemos <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)