From 1ff0e23792670f1acdca9627e1cd46afe4f137b6 Mon Sep 17 00:00:00 2001 From: Vigneswaran Rajkumar <118706051+IAmVigneswaran@users.noreply.github.com> Date: Sat, 27 Apr 2024 08:09:52 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8f0bb3..aca82d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airlift" -version = "1.0.9" +version = "1.1.0" description = "Upload & Merge Data with Attachments to Airtable" authors = ["Arjun "] readme = "README.md"