Skip to content

Commit

Permalink
Update version to 1.0.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan authored Feb 27, 2025
1 parent 760331a commit 470b46c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "lmstudio"
version = "1.0.0rc1"
description = "LM Studio Python SDK (pre-release public alpha)"
version = "1.0.0"
description = "LM Studio Python SDK"
authors = [
{name = "LM Studio", email = "[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion src/lmstudio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""LM Studio Python SDK."""

__version__ = "1.0.0rc1"
__version__ = "1.0.0"


# In addition to publishing the main SDK client API,
Expand Down

0 comments on commit 470b46c

Please sign in to comment.