promptlayer 1.0.1__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: promptlayer
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: PromptLayer is a platform for prompt engineering and tracks your LLM requests.
5
5
  License: Apache-2.0
6
6
  Author: Magniv
@@ -45,4 +45,5 @@ class PromptLayer:
45
45
  raise AttributeError(f"module {__name__} has no attribute {name}")
46
46
 
47
47
 
48
- __all__ = ["PromptLayer"]
48
+ __version__ = "1.0.2"
49
+ __all__ = ["PromptLayer", "__version__"]
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "promptlayer"
3
- version = "1.0.1"
3
+ version = "1.0.2"
4
4
  description = "PromptLayer is a platform for prompt engineering and tracks your LLM requests."
5
5
  authors = ["Magniv <hello@magniv.io>"]
6
6
  license = "Apache-2.0"
File without changes
File without changes