chore: change version number

pull/8/head v0.2.1
Cullen Watson 2023-09-18 23:16:54 -05:00
parent 62e3321277
commit 6c6fef80ed
2 changed files with 4 additions and 4 deletions

View File

@ -67,8 +67,8 @@
"source": [
"# check rentals\n",
"scrape_property(\n",
" location=\"chicago\",\n",
" site_name=[\"redfin\", \"realtor.com\"],\n",
" location=\"chicago, illinois\",\n",
" site_name=[\"redfin\", \"zillow\"],\n",
" listing_type=\"for_rent\"\n",
")"
]
@ -87,7 +87,7 @@
"source": [
"# check sold properties\n",
"scrape_property(\n",
" location=\"chicago, illinois\",\n",
" location=\"90210\",\n",
" site_name=[\"redfin\"],\n",
" listing_type=\"sold\"\n",
")"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "homeharvest"
version = "0.2.0"
version = "0.2.1"
description = "Real estate scraping library supporting Zillow, Realtor.com & Redfin."
authors = ["Zachary Hampton <zachary@zacharysproducts.com>", "Cullen Watson <cullen@cullen.ai>"]
homepage = "https://github.com/ZacharyHampton/HomeHarvest"