From 3c177ddb4132cbc47a6c714c566dfe952216f2fb Mon Sep 17 00:00:00 2001 From: Sam Bessey Date: Fri, 14 Jun 2024 12:00:52 -0400 Subject: [PATCH] merge develop (#244) * Atlanta latino (#239) * feat: create new setting for atlanta with latinos * upgrade python version in github actions * build: update poetry (#242) * build: update packages * fix: update lockfile * update version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbfebd69..8c9d7f63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "titan-model" -version = "3.3.0" +version = "3.3.1" description = "TITAN Agent Based Model" license = "GPL-3.0-only" authors = ["Sam Bessey ", "Mary McGrath "]