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 c8fd34282f68d5285679fc55b6ec8b5433268a56 Author: Dimuthu Wannipurage <[email protected]> AuthorDate: Tue Feb 21 15:37:49 2023 -0500 Latest python sdk and cli release --- python-cli/README.md | 2 +- python-cli/mft_cli/pyproject.toml | 4 ++-- python-sdk/setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python-cli/README.md b/python-cli/README.md index b076417..3a2639c 100644 --- a/python-cli/README.md +++ b/python-cli/README.md @@ -37,7 +37,7 @@ Install dependencies ``` pip install grpcio==1.46.3 pip install grpcio-tools==1.46.3 -pip install airavata_mft_sdk==0.0.1-alpha24 +pip install airavata_mft_sdk==0.0.1-alpha26 ``` Build the binary diff --git a/python-cli/mft_cli/pyproject.toml b/python-cli/mft_cli/pyproject.toml index d630c00..630f44b 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.7" +version = "0.1.8" description = "Command Line Client for Airavata MFT data transfer software" authors = ["Apache Airavata <[email protected]>"] readme = "README.md" @@ -32,7 +32,7 @@ typer = {extras = ["all"], version = "^0.7.0"} pick = {version= "2.2.0"} grpcio= [{version="1.46.3", markers = "platform_machine != 'arm64'"},{version="1.47.0rc1", markers = "platform_machine == 'arm64'"}] grpcio-tools = [{version="1.46.3", markers = "platform_machine != 'arm64'"},{version="1.47.0rc1", markers = "platform_machine == 'arm64'"}] -airavata_mft_sdk= {version="0.0.1-alpha24"} +airavata_mft_sdk= {version="0.0.1-alpha26"} [build-system] requires = ["poetry-core"] diff --git a/python-sdk/setup.cfg b/python-sdk/setup.cfg index 519de26..f9be735 100644 --- a/python-sdk/setup.cfg +++ b/python-sdk/setup.cfg @@ -16,7 +16,7 @@ # under the License. [metadata] name = airavata_mft_sdk -version = 0.0.1-alpha24 +version = 0.0.1-alpha26 author = Airavata MFT Developers author_email = [email protected] description = Python SDK for Apache Airavata Managed File Transfers (MFT)
