From ec0896b813da8fad352eb1c82b6a0739f8d41f19 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Mon, 27 Nov 2023 13:37:22 -0600 Subject: [PATCH] chore: version --- pyproject.toml | 2 +- src/jobspy/jobs/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 08272d6..f71bb68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-jobspy" -version = "1.1.28" +version = "1.1.29" description = "Job scraper for LinkedIn, Indeed, Glassdoor & ZipRecruiter" authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/Bunsly/JobSpy" diff --git a/src/jobspy/jobs/__init__.py b/src/jobspy/jobs/__init__.py index f1fd708..e5224e3 100644 --- a/src/jobspy/jobs/__init__.py +++ b/src/jobspy/jobs/__init__.py @@ -121,7 +121,7 @@ class Country(Enum): # internal for ziprecruiter US_CANADA = ("usa/ca", "www") - # internal for linkeind + # internal for linkein WORLDWIDE = ("worldwide", "www") @property