From eda7019b840b6b60ee73cfbb2c262a2e4fe41387 Mon Sep 17 00:00:00 2001 From: Anita Caron Date: Wed, 17 Apr 2024 15:09:50 +0100 Subject: [PATCH] publish version 0.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0601345..597d2af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "relation-validator" -version = "0.5.0" +version = "0.5.1" description = "This package validates a list of relationships between two terms against the specified ontologies." authors = ["Anita Caron "] readme = "README.md"