We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c494e1f commit e8595b4Copy full SHA for e8595b4
literalai/version.py
@@ -1 +1 @@
1
-__version__ = "0.1.107"
+__version__ = "0.1.2"
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="literalai",
5
- version="0.1.107", # update version in literalai/version.py
+ version="0.1.2", # update version in literalai/version.py
6
description="An SDK for observability in Python applications",
7
long_description=open("README.md").read(),
8
long_description_content_type="text/markdown",
0 commit comments