Skip to content

Commit 0294330

Browse files
authored
Version bump for 1.0.1 (#30)
1 parent a9d09f9 commit 0294330

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

55

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

0 commit comments

Comments
 (0)