- version increment & pyproject.toml

pull/1/head v0.1.1
Zachary Hampton 2023-09-15 16:12:05 -07:00
parent 8107103383
commit af1f2fa531
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
[tool.poetry] [tool.poetry]
name = "homeharvest" name = "homeharvest"
version = "0.1.0" version = "0.1.1"
description = "Real estate scraping library for Zillow & Redfin" description = "Real estate scraping library"
authors = ["Zachary Hampton <zachary@zacharysproducts.com>"] authors = ["Zachary Hampton <zachary@zacharysproducts.com>"]
homepage = "https://github.com/ZacharyHampton/HomeHarvest"
readme = "README.md" readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]