From 9009579fe7ba71c9c5b91ec62e22fce4379d28b2 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Wed, 6 Sep 2023 09:44:33 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9a5c4d..b419438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-jobspy" -version = "1.1.0" +version = "1.1.1" description = "Job scraper for LinkedIn, Indeed & ZipRecruiter" authors = ["Zachary Hampton ", "Cullen Watson "] readme = "README.md"