You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2023/02/06 18:21:44 UTC

[airavata-mft] 02/03: Latest cli release

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git

commit 4fcb7629cc329971194c394ca2c0d3f20cc29415
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Mon Feb 6 13:20:25 2023 -0500

    Latest cli release
---
 python-cli/mft_cli/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python-cli/mft_cli/pyproject.toml b/python-cli/mft_cli/pyproject.toml
index 83f46f0..d630c00 100644
--- a/python-cli/mft_cli/pyproject.toml
+++ b/python-cli/mft_cli/pyproject.toml
@@ -18,7 +18,7 @@
 
 [tool.poetry]
 name = "airavata-mft-cli"
-version = "0.1.6"
+version = "0.1.7"
 description = "Command Line Client for Airavata MFT data transfer software"
 authors = ["Apache Airavata <de...@apache.airavata.org>"]
 readme = "README.md"