bump and fix (#8441)

pull/8442/head v0.0.247
Harrison Chase 11 months ago committed by GitHub
parent 3892cefac6
commit 2448043b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ jobs:
echo version=$(poetry version --short) >> $GITHUB_OUTPUT
- name: Create Release
uses: ncipollo/release-action@v1
if: ${{ inputs.working-directory == 'langchain' }}
if: ${{ inputs.working-directory == 'libs/langchain' }}
with:
artifacts: "dist/*"
token: ${{ secrets.GITHUB_TOKEN }}

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-experimental"
version = "0.0.6"
version = "0.0.7"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.246"
version = "0.0.247"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"

Loading…
Cancel
Save