Compare commits

...

3 Commits

Author SHA1 Message Date
Bagatur
6fb92865b3 turn release branch check back on 2023-12-11 14:37:50 -08:00
Bagatur
c21a75fff3 Merge branch 'master' into bagatur/core_0_0_13 2023-12-11 13:58:56 -08:00
Bagatur
aeb6866244 core[patch]: Release 0.0.13 2023-12-11 13:55:00 -08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ env:
jobs:
build:
# if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
outputs:

View File

@@ -14,7 +14,7 @@ env:
jobs:
build:
# if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
outputs:

View File

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