From 9816defaf3a3d93c4a2bdb00b0a3d60f2af3d584 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Wed, 8 Nov 2023 16:53:05 -0600 Subject: [PATCH] chore: version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cb393f..1d3f972 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "homeharvest" -version = "0.3.8" +version = "0.3.9" description = "Real estate scraping library supporting Zillow, Realtor.com & Redfin." authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/Bunsly/HomeHarvest"