From ee8fcba9c1428f882d71071e7b4e7732689aca16 Mon Sep 17 00:00:00 2001 From: Dakota Howard <58985143+dthoward96@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:23:30 -0400 Subject: [PATCH] Update settings.py --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 096ff3d..b49d6e6 100755 --- a/settings.py +++ b/settings.py @@ -12,7 +12,7 @@ PROG_DIR: str = os.path.dirname(os.path.abspath(__file__)) # SeqSender version -VERSION: str = "1.1.0 (Beta)" +VERSION: str = "1.2.1 (Beta)" # Organism options with unique submission options ORGANISM_CHOICES: List[str] = ["FLU", "COV", "POX", "ARBO", "OTHER"]