We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a018cd5 commit 88010fbCopy full SHA for 88010fb
misc/tag-release.sh
@@ -0,0 +1,3 @@
1
+#!/bin/sh
2
+version_tag="$(pdm show --version)"
3
+git tag -a "$version_tag" -m "$version_tag"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "lmstudio"
-version = "1.0.0b1"
+version = "1.0.0rc1"
4
description = "LM Studio Python SDK (pre-release public alpha)"
5
authors = [
6
{name = "LM Studio", email = "[email protected]"},
0 commit comments