mirror of https://github.com/Bunsly/JobSpy
chore: version
parent
be090de499
commit
ec0896b813
src/jobspy/jobs
|
@ -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 <zachary@bunsly.com>", "Cullen Watson <cullen@bunsly.com>"]
|
||||
homepage = "https://github.com/Bunsly/JobSpy"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue