From 286b9e1256d1e03ba0c7d2cecef8c0a4a83274d2 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Thu, 21 Sep 2023 20:28:57 -0500 Subject: [PATCH] chore: version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28e313b..327e8d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-jobspy" -version = "1.1.6" +version = "1.1.7" description = "Job scraper for LinkedIn, Indeed & ZipRecruiter" authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/cullenwatson/JobSpy"