This commit is contained in:
Jeff Moe 2024-09-21 12:44:17 -06:00
parent 9b4ce47caf
commit bd4f659c04
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
v0.2.1 Script to extract useful fields from CSV.
v0.2.0 Functions for finding useful fields in CSV. 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.2.0" version = "0.2.1"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"