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"]