From 4b41b5eb015f3a2e670a21df924aede7eded409b Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Sat, 28 Jun 2025 00:40:11 +1000 Subject: [PATCH] Prepare 1.4.0 release --- pyproject.toml | 2 +- src/lmstudio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4fbfe1d..63ab962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lmstudio" -version = "1.4.0.dev0" +version = "1.4.0" description = "LM Studio Python SDK" authors = [ {name = "LM Studio", email = "team@lmstudio.ai"}, diff --git a/src/lmstudio/__init__.py b/src/lmstudio/__init__.py index 77b0983..8614a4c 100644 --- a/src/lmstudio/__init__.py +++ b/src/lmstudio/__init__.py @@ -1,6 +1,6 @@ """LM Studio Python SDK.""" -__version__ = "1.4.0.dev0" +__version__ = "1.4.0" # In addition to publishing the main SDK client API,