From ed0ebdc492e2b7c4c7bf46aa3930f99932319c55 Mon Sep 17 00:00:00 2001 From: fderuiter <127706008+fderuiter@users.noreply.github.com> Date: Wed, 11 Feb 2026 00:47:01 +0000 Subject: [PATCH] Bump version to 0.4.1 Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9025a3ed..71b9e30d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "imednet" -version = "0.4.0" +version = "0.4.1" description = "" authors = [{name = "Frederick de Ruiter", email = "127706008+fderuiter@users.noreply.github.com"}] readme = "README.md" @@ -11,7 +11,7 @@ imednet = "imednet.cli:app" [tool.poetry] name = "imednet" -version = "0.4.0" +version = "0.4.1" description = "Unofficial Python SDK for the iMednet clinical trials API" readme = "README.md" keywords = ["imednet", "clinical trials", "sdk", "api"]