diff --git a/vcf-annotator.py b/vcf-annotator.py index 04e6164..a12b6bd 100755 --- a/vcf-annotator.py +++ b/vcf-annotator.py @@ -20,7 +20,7 @@ from Bio import SeqIO from Bio.Seq import Seq import vcf -VERSION = 0.5 +VERSION = 0.6 class Annotator(object):