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 90e7f53 commit df2ed34Copy full SHA for df2ed34
locallab/__init__.py
@@ -2,7 +2,7 @@
2
LocalLab - A lightweight AI inference server for running LLMs locally
3
"""
4
5
-__version__ = "0.4.20"
+__version__ = "0.4.21"
6
7
# Only import what's necessary initially, lazy-load the rest
8
from .logger import get_logger
setup.py
@@ -5,7 +5,7 @@
setup(
name="locallab",
- version="0.4.20",
+ version="0.4.21",
9
packages=find_packages(include=["locallab", "locallab.*"]),
10
install_requires=[
11
"fastapi>=0.95.0,<1.0.0",
0 commit comments