From 77f33b54ad1d4f41974f03af33172e00818da7e6 Mon Sep 17 00:00:00 2001 From: Dakota Howard <58985143+dthoward96@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:09:45 -0500 Subject: [PATCH] fix version number (#106) --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 8fb4a32..ebf6e4e 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.2.3 (Beta)" +VERSION: str = "1.2.7 (Beta)" # Organism options with unique submission options ORGANISM_CHOICES: List[str] = ["FLU", "COV", "POX", "ARBO", "RSV", "OTHER"]