Skip to content

Commit 7e9dc3a

Browse files
committed
Release langchain 0.0.1
1 parent 6f055d1 commit 7e9dc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [[ ! $confirm =~ ^[yY]$ ]]; then
2121
fi
2222

2323
cd $package
24-
uv version $version
24+
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version $version
2525
git commit -am "Release $package $version"
2626
git tag $package-$version
2727
git push origin main

0 commit comments

Comments
 (0)