From 16dde84913d95242e35b64e3bfa0be9163fd92c3 Mon Sep 17 00:00:00 2001 From: Vigneswaran Rajkumar <118706051+IAmVigneswaran@users.noreply.github.com> Date: Sun, 14 Jan 2024 14:46:49 +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 1224fab..dd4530c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airlift" -version = "1.0.4" +version = "1.0.5" description = "Upload & Merge Data with Attachments to Airtable" authors = ["Arjun "] readme = "README.md"