Skip to content

Commit 3de804c

Browse files
authored
Prepare 1.4.1 release (#113)
1 parent 37140ff commit 3de804c

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.4.1.dev0"
3+
version = "1.4.1"
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.4.1.dev0"
3+
__version__ = "1.4.1"
44

55

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

0 commit comments

Comments
 (0)