From 53fe74ddda5d9cda503b350151e5617aa0362218 Mon Sep 17 00:00:00 2001 From: Kenny Workman Date: Wed, 4 Oct 2023 20:50:38 -0700 Subject: [PATCH] bump setup version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3831f10e..8f13abc2 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="latch", - version="v2.33.0", + version="v2.34.0", author_email="kenny@latch.bio", description="The Latch SDK", packages=find_packages(),