From 9513eac9183fd12e4eea1ad4cbd605e164eb5f71 Mon Sep 17 00:00:00 2001 From: Ayush Kamat Date: Tue, 24 Oct 2023 13:08:43 -0700 Subject: [PATCH] version Signed-off-by: Ayush Kamat --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a73637d6..abf5a512 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="latch", - version="v2.36.0", + version="v2.36.1", author_email="kenny@latch.bio", description="The Latch SDK", packages=find_packages(),