From fb6c7dabe8f6ec0a87cdb72c5976c55685f745ee Mon Sep 17 00:00:00 2001 From: Dillon O'Leary Date: Mon, 2 Dec 2024 03:59:58 +0000 Subject: [PATCH] Create new version --- data-pipeline/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-pipeline/pyproject.toml b/data-pipeline/pyproject.toml index 955ee18..5006362 100644 --- a/data-pipeline/pyproject.toml +++ b/data-pipeline/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "minnesota-immunization-data-pipeline" -version = "0.2.4" +version = "0.2.5" description = "A data pipeline that minimizes manual effort when extracting immunization records from the Minnesota Department of Health, transforming them, and loading them into the student information system, Infinite Campus." authors = ["Dillon O'Leary "] readme = "README.md"