From 428be1289c304fa3104e3ef4297856be2b2a648d Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Fri, 1 May 2026 11:11:22 +0900 Subject: [PATCH] chore(version): bump package version to 1.3.15 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f37bad..13c4c0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdrs-client-python" -version = "1.3.14" +version = "1.3.15" description = "The mdrs-client-python is python library and a command-line client for up- and downloading files to and from MDRS based repository." authors = ["Yoshihiro OKUMURA "] license = "MIT"