From 217a8186613bc91bd5c450dbdb6c53692784e92f Mon Sep 17 00:00:00 2001 From: Marina Kan <113850522+marinak-ebi@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:36:04 +0100 Subject: [PATCH] Update pyproject.toml --- impc_module/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impc_module/pyproject.toml b/impc_module/pyproject.toml index eee5be0..c36de32 100644 --- a/impc_module/pyproject.toml +++ b/impc_module/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "impc_api" -version = "1.0.2" +version = "1.0.3" description = "A package to facilitate making API requests to the IMPC Solr API" authors = [ { name = "MPI2" },