From bcde57481ac7d5cd83dca395138f0d28fde52b71 Mon Sep 17 00:00:00 2001 From: Sam Bessey Date: Wed, 2 Jun 2021 09:29:50 -0400 Subject: [PATCH] Correct version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a08f192..06633311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "titan-model" -version = "2.6.2" +version = "2.7.0" description = "TITAN Agent Based Model" license = "GPL-3.0-only" authors = ["Sam Bessey ", "Mary McGrath "]