From c25f5812928b3becdc0c7105395a0bd25553ab3e Mon Sep 17 00:00:00 2001 From: Harry Caufield Date: Thu, 30 May 2024 14:11:40 -0400 Subject: [PATCH] Bump version to 0.3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30cad9a26..619d973b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ontogpt" -version = "0.3.13" +version = "0.3.14" description = "OntoGPT" authors = ["Chris Mungall ", "J. Harry Caufield "] license = "BSD-3"