From af1f2fa5311d0b25d5a4f0061e39b4e173c1559e Mon Sep 17 00:00:00 2001 From: Zachary Hampton <69336300+ZacharyHampton@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:12:05 -0700 Subject: [PATCH] - version increment & pyproject.toml --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 672d252..c0d5fa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,9 @@ [tool.poetry] name = "homeharvest" -version = "0.1.0" -description = "Real estate scraping library for Zillow & Redfin" +version = "0.1.1" +description = "Real estate scraping library" authors = ["Zachary Hampton "] +homepage = "https://github.com/ZacharyHampton/HomeHarvest" readme = "README.md" [tool.poetry.dependencies]