From 968c77985783d7f677500df620ce99bcb5210279 Mon Sep 17 00:00:00 2001 From: Sam Bessey Date: Thu, 20 Jun 2024 11:10:21 -0400 Subject: [PATCH] build: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c9d7f63..8c4b1ee0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "titan-model" -version = "3.3.1" +version = "3.3.2" description = "TITAN Agent Based Model" license = "GPL-3.0-only" authors = ["Sam Bessey ", "Mary McGrath "]