Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f245ae

Browse files
authored
Prepare 1.6.0b1 release (lmstudio-ai#166)
1 parent 3900323 commit 2f245ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lmstudio"
3-
version = "1.5.0"
3+
version = "1.6.0b1"
44
description = "LM Studio Python SDK"
55
authors = [
66
{name = "LM Studio", email = "[email protected]"},

src/lmstudio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""LM Studio Python SDK."""
22

3-
__version__ = "1.5.0"
3+
__version__ = "1.6.0b1"
44

55

66
# In addition to publishing the main SDK client API,

0 commit comments

Comments
 (0)