Skip to content

Commit e3e5719

Browse files
committed
Updated Locallab package version
1 parent 97184fb commit e3e5719

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

locallab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
LocalLab - A lightweight AI inference server for running LLMs locally
33
"""
44

5-
__version__ = "0.4.42"
5+
__version__ = "0.4.43"
66

77
# Only import what's necessary initially, lazy-load the rest
88
from .logger import get_logger

setup.py

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

66
setup(
77
name="locallab",
8-
version="0.4.42",
8+
version="0.4.43",
99
packages=find_packages(include=["locallab", "locallab.*"]),
1010
install_requires=[
1111
"fastapi>=0.95.0,<1.0.0",

0 commit comments

Comments
 (0)