Skip to content

Commit 88010fb

Browse files
committed
Prepare to publish 1.0.0rc1
Also add tag creation utility
1 parent a018cd5 commit 88010fb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

misc/tag-release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
version_tag="$(pdm show --version)"
3+
git tag -a "$version_tag" -m "$version_tag"

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.0b1"
3+
version = "1.0.0rc1"
44
description = "LM Studio Python SDK (pre-release public alpha)"
55
authors = [
66
{name = "LM Studio", email = "[email protected]"},

0 commit comments

Comments
 (0)