From 0a0f8b15ac66931bb22b0fa54fd61180cb9b1cd1 Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Wed, 9 Oct 2024 18:28:56 -0700 Subject: [PATCH] Increment semver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4de388..2885041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "daft_launcher" -version = "0.3.6" +version = "0.3.7" requires-python = ">=3.9" dependencies = [ "boto3>=1.35.17",