From 88f324419111c68f95ab99bddd635805422bc064 Mon Sep 17 00:00:00 2001 From: Vigneswaran Rajkumar <118706051+IAmVigneswaran@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:36:22 +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 0677e22..d6cb101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airlift" -version = "1.0.2" +version = "1.0.3" description = "Upload & Merge Data with Attachments to Airtable" authors = ["Arjun "] readme = "README.md"