Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-joe-wirth committed May 2, 2024
1 parent f4a94ff commit 424aaf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# start with ubuntu base
FROM ubuntu:22.04

ARG VERSION=2.0.0
ARG VERSION=2.0.1

# install python3, blast, wget, bowtie2, mummer, and cd-hit
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion espwAlleleCaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


__author__ = "Joseph S. Wirth"
__version__ = "2.0.0"
__version__ = "2.0.1"


def _parseFile(fn:str) -> dict[str,tuple[str,str]]:
Expand Down

0 comments on commit 424aaf0

Please sign in to comment.