Skip to content

Commit 470b46c

Browse files
authored
Update version to 1.0.0 (#17)
1 parent 760331a commit 470b46c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "lmstudio"
3-
version = "1.0.0rc1"
4-
description = "LM Studio Python SDK (pre-release public alpha)"
3+
version = "1.0.0"
4+
description = "LM Studio Python SDK"
55
authors = [
66
{name = "LM Studio", email = "[email protected]"},
77
]

src/lmstudio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""LM Studio Python SDK."""
22

3-
__version__ = "1.0.0rc1"
3+
__version__ = "1.0.0"
44

55

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

0 commit comments

Comments
 (0)