Skip to content

Commit 6be1164

Browse files
authored
Prepare 1.3.0 release (#83)
1 parent a11502b commit 6be1164

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.2.1.dev0"
3+
version = "1.3.0"
44
description = "LM Studio Python SDK"
55
authors = [
66
{name = "LM Studio", email = "team@lmstudio.ai"},

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.2.1.dev0"
3+
__version__ = "1.3.0"
44

55

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

0 commit comments

Comments
 (0)