From 0489e068c9da24d2696e73ec68d9e7a4d5750176 Mon Sep 17 00:00:00 2001 From: zakir <80246097+zakir-code@users.noreply.github.com> Date: Wed, 11 Oct 2023 14:37:24 +0800 Subject: [PATCH] update version to v0.6.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84fbd12..393c44d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="fx-py-sdk", - version="0.6.7", + version="0.6.8", platforms='any', description="Python library for FunctionX", long_description=long_description,