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 2020)
2121from .sync_client import SyncLocalLabClient
2222
23- __version__ = "1.0.2 "
23+ __version__ = "1.0.4 "
2424__author__ = "Utkarsh"
2525__email__ = "utkarshweb2023@gmail.com"
2626
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " locallab-client"
7- version = " 1.0.2 "
7+ version = " 1.0.4 "
88description = " Python client for LocalLab - A local LLM server"
99readme = " README.md"
1010authors = [
Original file line number Diff line number Diff line change 22
33setup (
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" ,
You can’t perform that action at this time.
0 commit comments