From f0e174eaf5db5106a6c4989e7968f4495b64eec2 Mon Sep 17 00:00:00 2001 From: Kenny Workman Date: Wed, 25 May 2022 23:26:12 -0700 Subject: [PATCH] fix: bump flaightkit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6c665f2c..2a6e35f9 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="latch", - version="0.9.1", + version="0.9.2", author_email="kenny@latch.bio", description="latch sdk", packages=find_packages(), @@ -31,7 +31,7 @@ "docker>=5.0", "boto3>=1.2", "tqdm>=4.63.0", - "flaightkit==0.3.0", + "flaightkit==0.4.0", "flaightkitplugins-pod==0.1.0", "typing-extensions==4.0.1", ],