From f58a1f4a749099116bd0f748e6e759ce1c8c8e4e Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Thu, 21 Sep 2023 10:56:53 -0500 Subject: [PATCH] docs: tryhomeharvest.com --- README.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"