Skip to content

Commit

Permalink
fix version number (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
dthoward96 authored Jan 17, 2025
1 parent fb87e9a commit 77f33b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 77f33b5

Please sign in to comment.