Skip to content

Commit

Permalink
Fix bump versions for py pi (#212)
Browse files Browse the repository at this point in the history
* chore: bump tracker

Signed-off-by: Diogo Goncalves <[email protected]>

* chore: bump proxy

Signed-off-by: Diogo Goncalves <[email protected]>

* chore: bump llmstudio

Signed-off-by: Diogo Goncalves <[email protected]>

---------

Signed-off-by: Diogo Goncalves <[email protected]>
  • Loading branch information
diogoncalves authored Feb 26, 2025
1 parent 6e4e25c commit cd453f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/llmstudio/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llmstudio"
version = "1.0.3"
version = "1.0.4"
description = "Prompt Perfection at Your Fingertips"
authors = ["Cláudio Lemos <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion libs/proxy/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llmstudio-proxy"
version = "1.0.5"
version = "1.0.6"
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."
authors = ["Claudio Lemos <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion libs/tracker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llmstudio-tracker"
version = "1.1.0"
version = "1.1.1"
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."
authors = ["Claudio Lemos <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cd453f8

Please sign in to comment.