From 750b901dc240142ebbab4ea5bb39ebcd85dd32a4 Mon Sep 17 00:00:00 2001 From: Arthur Cheng Date: Tue, 12 Aug 2025 15:44:58 -0700 Subject: [PATCH] bump up version to 0.1.2 --- libs/oci/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/oci/pyproject.toml b/libs/oci/pyproject.toml index af82957..df2ab8d 100644 --- a/libs/oci/pyproject.toml +++ b/libs/oci/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-oci" -version = "0.1.1" +version = "0.1.2" description = "An integration package connecting OCI and LangChain" authors = [] readme = "README.md"