We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab85644 commit b369b53Copy full SHA for b369b53
locallab/__init__.py
@@ -2,7 +2,7 @@
2
LocalLab: Run LLMs locally with a friendly API similar to OpenAI
3
"""
4
5
-__version__ = "0.2.9"
+__version__ = "0.3.4"
6
7
from typing import Dict, Any, Optional
8
setup.py
@@ -5,7 +5,7 @@
setup(
name="locallab",
- version="0.2.9",
+ version="0.3.4",
9
packages=find_packages(include=["locallab", "locallab.*"]),
10
install_requires=[
11
"fastapi>=0.95.0,<1.0.0",
0 commit comments