From 5e21774b0595da0110cbd298ab37cc93425702d3 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Fri, 9 Feb 2024 09:49:29 -0600 Subject: [PATCH] chore: version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55fc07e..461e740 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Optional ├── job_type (enum): fulltime, parttime, internship, contract ├── proxy (str): in format 'http://user:pass@host:port' or [https, socks] ├── is_remote (bool) -├── linkedin_full_description (bool): fetches full description for LinkedIn (slower) +├── full_description (bool): fetches full description for LinkedIn (slower) ├── results_wanted (int): number of job results to retrieve for each site specified in 'site_type' ├── easy_apply (bool): filters for jobs that are hosted on the job board site ├── linkedin_company_ids (list[int): searches for linkedin jobs with specific company ids diff --git a/pyproject.toml b/pyproject.toml index 8e8461d..eea69ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-jobspy" -version = "1.1.42" +version = "1.1.43" description = "Job scraper for LinkedIn, Indeed, Glassdoor & ZipRecruiter" authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/Bunsly/JobSpy"