From c5b15e9be5f241cbc744ce301076257a57f873d1 Mon Sep 17 00:00:00 2001 From: Cullen Date: Sat, 20 Apr 2024 17:45:29 -0500 Subject: [PATCH] chore: version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 529e5c3..6d04483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "homeharvest" -version = "0.3.18" +version = "0.3.19" description = "Real estate scraping library" authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/Bunsly/HomeHarvest"