From 634b5f1a1356848e74b4f7e0e685db30877f8e8e Mon Sep 17 00:00:00 2001 From: serizawa Date: Wed, 2 Jul 2025 18:34:11 +0900 Subject: [PATCH] update version to 1.3.12 --- mdrsclient/VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mdrsclient/VERSION b/mdrsclient/VERSION index 90a7f60..7962dcf 100644 --- a/mdrsclient/VERSION +++ b/mdrsclient/VERSION @@ -1 +1 @@ -1.3.12 +1.3.13 diff --git a/pyproject.toml b/pyproject.toml index f8b6d67..91a864b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdrs-client-python" -version = "1.3.12" +version = "1.3.13" 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"