From 49cb411af480ac34cade96b8b76cda02c41b5ba5 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Mon, 8 Jul 2024 21:18:47 +0900 Subject: [PATCH] update version to 1.3.6. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 205431c..94db1f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdrs-client-python" -version = "1.3.5" +version = "1.3.6" 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"