Skip to content

Commit cd453f8

Browse files
authored
Fix bump versions for py pi (#212)
* chore: bump tracker Signed-off-by: Diogo Goncalves <diogoncalves@users.noreply.github.com> * chore: bump proxy Signed-off-by: Diogo Goncalves <diogoncalves@users.noreply.github.com> * chore: bump llmstudio Signed-off-by: Diogo Goncalves <diogoncalves@users.noreply.github.com> --------- Signed-off-by: Diogo Goncalves <diogoncalves@users.noreply.github.com>
1 parent 6e4e25c commit cd453f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.3"
3+
version = "1.0.4"
44
description = "Prompt Perfection at Your Fingertips"
55
authors = ["Cláudio Lemos <claudio@tensorops.ai>"]
66
license = "MIT"

libs/proxy/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-proxy"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
description = "LLMstudio Proxy is the module of LLMstudio that allows calling any LLM as a Service Provider in proxy server. By leveraging LLMstudio Proxy, you can have a centralized point for connecting to any provider running independently from your application."
55
authors = ["Claudio Lemos <claudio.lemos@tensorops.ai>"]
66
readme = "README.md"

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 = "1.1.0"
3+
version = "1.1.1"
44
description = "LLMstudio Tracker is the module of LLMstudio that allows monitoring and logging your LLM calls. By leveraging LLMstudio Tracker, users can gain insights on model performance and streamline development workflows with actionable analytics."
55
authors = ["Claudio Lemos <claudio.lemos@tensorops.ai>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)