From e8d9235ee6a87675967e48133edc82938cb00290 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Tue, 19 Sep 2023 16:43:59 -0500 Subject: [PATCH] chore: update version number --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d5f392a..bfc77a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "homeharvest" -version = "0.2.5" +version = "0.2.6" description = "Real estate scraping library supporting Zillow, Realtor.com & Redfin." authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/ZacharyHampton/HomeHarvest" @@ -21,4 +21,4 @@ pytest = "^7.4.2" [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"