This commit is contained in:
Jeff Moe 2024-09-19 19:36:11 -06:00
parent 98671f7916
commit 7dfdfb07df
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,3 @@
v0.2.0 Functions for finding useful fields in CSV.
v0.1.0 Setup scripts. v0.1.0 Setup scripts.
v0.0.1 Hubspot Parse. v0.0.1 Hubspot Parse.

View file

@ -22,7 +22,7 @@ packages = [
{ include = "hsparse" }, { include = "hsparse" },
] ]
readme = "README.md" readme = "README.md"
version = "0.1.0" version = "0.2.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"