bump releases rc0 (#8097)

pull/8104/head
Harrison Chase 10 months ago committed by GitHub
parent 58f65fcf12
commit 8dcabd9205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,7 @@ on:
- master
paths:
- 'libs/experimental/pyproject.toml'
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
jobs:
release:

@ -9,6 +9,7 @@ on:
- master
paths:
- 'libs/langchain/pyproject.toml'
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
jobs:
release:

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

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

Loading…
Cancel
Save