Skip to content

Commit c18aeed

Browse files
committed
bump version to v0.1.3
1 parent 56b1625 commit c18aeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm_api_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
__version__ = metadata.version("llm-api-client")
1010
except metadata.PackageNotFoundError:
1111
# Fallback when running from source without installation
12-
__version__ = "0.1.2"
12+
__version__ = "0.1.3"
1313

1414
__version_info__ = tuple(__version__.split("."))

0 commit comments

Comments
 (0)