Skip to content

Commit 3834975

Browse files
committed
[chore] v1.0.0
1 parent fff3147 commit 3834975

File tree

6 files changed

+277
-245
lines changed

6 files changed

+277
-245
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 = "0.0.1b1"
3+
version = "1.0.0"
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 <claudio.lemos@tensorops.ai>"]
66
license = "MIT"

libs/llmstudio/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llmstudio"
3-
version = "0.0.1b1"
3+
version = "1.0.0"
44
description = "Prompt Perfection at Your Fingertips"
55
authors = ["Cláudio Lemos <claudio@tensorops.ai>"]
66
license = "MIT"
@@ -19,9 +19,9 @@ pydantic = "^2.5"
1919
python-dotenv = "^0"
2020
langchain = "^0"
2121
langchain-experimental = "^0"
22-
llmstudio-core = "0.0.1b1"
23-
llmstudio-tracker = { version = "0.0.1b1", optional = true }
24-
llmstudio-proxy = { version = "0.0.1b1", optional = true }
22+
llmstudio-core = "1.0.0"
23+
llmstudio-tracker = { version = "1.0.0", optional = true }
24+
llmstudio-proxy = { version = "1.0.0", optional = true }
2525

2626
[tool.poetry.extras]
2727
proxy = ["llmstudio-proxy"]

libs/proxy/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llmstudio-proxy"
3-
version = "0.0.1b1"
3+
version = "1.0.0"
44
description = ""
55
authors = ["Diogo Goncalves <diogo.goncalves@tensorops.ai>"]
66
readme = "README.md"
@@ -14,7 +14,7 @@ uvicorn = "^0.27"
1414
tiktoken = "^0.7"
1515
python-dotenv = "^0"
1616
toml = "^0.10"
17-
llmstudio-core = "0.0.1b1"
17+
llmstudio-core = "1.0.0"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
llmstudio-core = { path = "../core/", develop = true }

libs/tracker/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-tracker"
3-
version = "0.0.1b1"
3+
version = "1.0.0"
44
description = ""
55
authors = ["Diogo Goncalves <diogo.goncalves@tensorops.ai>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)