Skip to content

Commit fdd71c5

Browse files
authored
Prepare to publish 1.2.0 (#62)
1 parent c81eea0 commit fdd71c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lmstudio"
3-
version = "1.1.1.dev0"
3+
version = "1.2.0"
44
description = "LM Studio Python SDK"
55
authors = [
66
{name = "LM Studio", email = "[email protected]"},

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.1.1.dev0"
3+
__version__ = "1.2.0"
44

55

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

0 commit comments

Comments
 (0)