Skip to content

Commit 7fbae8b

Browse files
committed
Updated Client v1.0.4
1 parent f11d2b8 commit 7fbae8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/python_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
)
2121
from .sync_client import SyncLocalLabClient
2222

23-
__version__ = "1.0.2"
23+
__version__ = "1.0.4"
2424
__author__ = "Utkarsh"
2525
__email__ = "utkarshweb2023@gmail.com"
2626

client/python_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "locallab-client"
7-
version = "1.0.2"
7+
version = "1.0.4"
88
description = "Python client for LocalLab - A local LLM server"
99
readme = "README.md"
1010
authors = [

client/python_client/setup.py

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

33
setup(
44
name="locallab-client",
5-
version="1.0.2",
5+
version="1.0.4",
66
author="Utkarsh",
77
author_email="utkarshweb2023@gmail.com",
88
description="Python client for LocalLab - A local LLM server",

0 commit comments

Comments
 (0)