diff --git a/README.md b/README.md index 37f4515..fd044dd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ +**Not technical?** Try out the web scraping tool on our site at [tryhomeharvest.com](https://tryhomeharvest.com). + + **HomeHarvest** is a simple, yet comprehensive, real estate scraping library. [![Try with Replit](https://replit.com/badge?caption=Try%20with%20Replit)](https://replit.com/@ZacharyHampton/HomeHarvestDemo) diff --git a/pyproject.toml b/pyproject.toml index 9d014b0..f4ec7b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "homeharvest" -version = "0.2.8" +version = "0.2.9" description = "Real estate scraping library supporting Zillow, Realtor.com & Redfin." authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/ZacharyHampton/HomeHarvest"