We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b1625 commit c18aeedCopy full SHA for c18aeed
llm_api_client/_version.py
@@ -9,6 +9,6 @@
9
__version__ = metadata.version("llm-api-client")
10
except metadata.PackageNotFoundError:
11
# Fallback when running from source without installation
12
- __version__ = "0.1.2"
+ __version__ = "0.1.3"
13
14
__version_info__ = tuple(__version__.split("."))
0 commit comments