From 946959a683414e32db3868c6b188e7420dfe183a Mon Sep 17 00:00:00 2001 From: zakir <80246097+zakir-code@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:46:31 +0800 Subject: [PATCH] update version to v0.7.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a46f332..51d5678 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="fx-py-sdk", - version="0.7.0", + version="0.7.1", platforms='any', description="Python library for FunctionX", long_description=long_description,