From fd405fb557c91a09d8a17fcc1cd62f9c8c93c703 Mon Sep 17 00:00:00 2001 From: Gregory M Kohler Date: Tue, 2 Jan 2024 10:54:00 -0800 Subject: [PATCH] bump version didn't do this in https://github.com/ioniccommerce/ionic_langchain/pull/5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65b209d..cfdb03c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ionic-langchain" -version = "0.1.2" +version = "0.1.3" description = "" authors = ["Owen Sims "] readme = "README.md"