Skip to content

Commit

Permalink
Merge pull request #43 from Edinburgh-Genome-Foundry/dev
Browse files Browse the repository at this point in the history
v3.2.5
  • Loading branch information
veghp authored Sep 20, 2020
2 parents a725835 + 080546d commit 726b2b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dnachisel/biotools/genbank_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
try:
# Biopython <1.78
from Bio.Alphabet import DNAAlphabet

has_dna_alphabet = True
except ImportError:
# Biopython >=1.78
has_dna_alphabet = False
Expand Down
2 changes: 1 addition & 1 deletion dnachisel/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.4"
__version__ = "3.2.5"

0 comments on commit 726b2b0

Please sign in to comment.