From 162dd40b0fa000be05fd6e03c298074c1550ed4e Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Thu, 21 Sep 2023 20:26:04 -0500 Subject: [PATCH] docs: add usejobspy.com --- README.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e247a4..26facb1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **JobSpy** is a simple, yet comprehensive, job scraping library. +**Not technical?** Try out the web scraping tool on our site at [usejobspy.com](https://usejobspy.com). + *Looking to build a data-focused software product?* **[Book a call](https://calendly.com/zachary-products/15min)** *to work with us.* \ Check out another project we wrote: ***[HomeHarvest](https://github.com/ZacharyHampton/HomeHarvest)** – a Python package for real estate scraping* diff --git a/pyproject.toml b/pyproject.toml index 37fea7f..28e313b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-jobspy" -version = "1.1.5" +version = "1.1.6" description = "Job scraper for LinkedIn, Indeed & ZipRecruiter" authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/cullenwatson/JobSpy"