From 4f91f9dadb97ac72cb5f37677567f54a16cc0c1c Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Tue, 19 Sep 2023 21:17:12 -0500 Subject: [PATCH] chore: version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfc77a7..c439cca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "homeharvest" -version = "0.2.6" +version = "0.2.7" description = "Real estate scraping library supporting Zillow, Realtor.com & Redfin." authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/ZacharyHampton/HomeHarvest"