-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump version to 1.0.32 and extend Content type with Media and MediaVa…
…riable
- Loading branch information
1 parent
6b76200
commit 1c7a0b4
Showing
3 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from .promptlayer import AsyncPromptLayer, PromptLayer | ||
|
||
__version__ = "1.0.31" | ||
__version__ = "1.0.32" | ||
__all__ = ["PromptLayer", "AsyncPromptLayer", "__version__"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "promptlayer" | ||
version = "1.0.31" | ||
version = "1.0.32" | ||
description = "PromptLayer is a platform for prompt engineering and tracks your LLM requests." | ||
authors = ["Magniv <[email protected]>"] | ||
license = "Apache-2.0" | ||
|