From fa5bf150e642442310379244798e5c44640c117a Mon Sep 17 00:00:00 2001 From: Will Tai Date: Fri, 3 May 2024 11:32:00 +0100 Subject: [PATCH] Bump version to 0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09bc8fd0..94f06d79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-genai" -version = "0.1.3" +version = "0.1.4" description = "Python package to allow easy integration to Neo4j's GenAI features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0"