From e9bfd66986d48e6e11901f1d38cc01b8c619caab Mon Sep 17 00:00:00 2001 From: Zachary Hampton Date: Mon, 8 Sep 2025 23:19:15 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43f6135..69e4d48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "homeharvest" -version = "0.6.1" +version = "0.6.2" description = "Real estate scraping library" authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/ZacharyHampton/HomeHarvest"