From 6706a582638baabae50dbd72216a476e066b9144 Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Fri, 15 Dec 2023 16:22:52 +0000 Subject: [PATCH] bump minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca6884d..94d18a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pgscatalog_utils" -version = "0.4.3" +version = "0.5.0" description = "Utilities for working with PGS Catalog API and scoring files" homepage = "https://github.com/PGScatalog/pgscatalog_utils" authors = ["Benjamin Wingfield ", "Samuel Lambert ", "Laurent Gil "]