File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
)
21
21
from .sync_client import SyncLocalLabClient
22
22
23
- __version__ = "1.0.2 "
23
+ __version__ = "1.0.4 "
24
24
__author__ = "Utkarsh"
25
25
__email__ = "utkarshweb2023@gmail.com"
26
26
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " locallab-client"
7
- version = " 1.0.2 "
7
+ version = " 1.0.4 "
8
8
description = " Python client for LocalLab - A local LLM server"
9
9
readme = " README.md"
10
10
authors = [
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "locallab-client" ,
5
- version = "1.0.2 " ,
5
+ version = "1.0.4 " ,
6
6
author = "Utkarsh" ,
7
7
author_email = "utkarshweb2023@gmail.com" ,
8
8
description = "Python client for LocalLab - A local LLM server" ,
You can’t perform that action at this time.
0 commit comments