From a433e462587eeef11e075d0453f5cbe764cb1e63 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Sun, 17 Sep 2023 15:12:39 -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 c0d5fa0..01a6fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "homeharvest" -version = "0.1.1" +version = "0.1.2" description = "Real estate scraping library" -authors = ["Zachary Hampton "] +authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/ZacharyHampton/HomeHarvest" readme = "README.md"