Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 914ef9b

Browse files
committed
fix: version
1 parent d9fa183 commit 914ef9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

literalai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.300"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="literalai",
5-
version="0.1.3", # update version in literalai/version.py
5+
version="0.1.300", # update version in literalai/version.py
66
description="An SDK for observability in Python applications",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)