From 7b461b9433f5051d4bb12c0d6495390b4ec6fecc Mon Sep 17 00:00:00 2001 From: Sam Bessey Date: Sun, 4 Jul 2021 19:28:58 -0400 Subject: [PATCH 1/2] Update README.md Fixed name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49572d4e..64157107 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Results of the model are generated and aggregated into the `/results/` directory * **Lars Seeman** - *Initial work* * **Max King** - *Continued development* -* **Sarah Bessey** - *Continued development* +* **Sam Bessey** - *Continued development* * **Mary McGrath** - *Continued development* ## License From 70ffc42988c887e7d3badd0853a25847380dc950 Mon Sep 17 00:00:00 2001 From: Sam Bessey Date: Sun, 4 Jul 2021 19:29:59 -0400 Subject: [PATCH 2/2] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26a523dd..8f26e9b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "titan-model" -version = "2.7.1" +version = "2.7.2" description = "TITAN Agent Based Model" license = "GPL-3.0-only" authors = ["Sam Bessey ", "Mary McGrath "]