From 4635765bcda601a77d3092e6d6efecef9a8bd5e0 Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Tue, 12 Sep 2023 14:05:53 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77a7e92..fe00afe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pgscatalog_utils" -version = "0.4.0" +version = "0.4.1" 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 "]