From 97aacbc0494e693e3b2b3a3478f8ce01244ff86a Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Wed, 13 Mar 2024 11:18:00 -0700 Subject: [PATCH] chore: bump version for 2024.03.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3efc56d06..33117ee78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "benefits" -version = "2024.03.1" +version = "2024.03.2" description = "Cal-ITP Benefits is an application that enables automated eligibility verification and enrollment for transit benefits onto customers’ existing contactless bank (credit/debit) cards." readme = "README.md" license = { file = "LICENSE" }