Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
davve2 committed Apr 23, 2020
1 parent 4038c17 commit 29036b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CanSNPer2/CanSNPerTree.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CanSNPer2: A toolkit for SNP-typing NGS data.
Copyright (C) 2019 David Sundell @ FOI bioinformatics group
VERSION 2.0.2 release of CanSNPer2
VERSION 2.0.3 release of CanSNPer2
The second release of CanSNPer (CanSNPer2) is exclusively written for python3
CanSNPer2 is simplified from CanSNPer1 stripped to only perform
Expand All @@ -29,13 +29,13 @@

oname = __name__
__name__ = "CanSNPer2"
__version__ = "2.0.2"
__version__ = "2.0.3"
__author__ = "David Sundell"
__credits__ = ["David Sundell"]
__license__ = "GPLv3"
__maintainer__ = "FOI bioinformatics group"
__email__ = ["bioinformatics@foi.se", "david.sundell@foi.se"]
__date__ = "2020-04-15"
__date__ = "2020-04-23"
__status__ = "Production"

from CanSNPer2.modules.CanSNPer2 import CanSNPer2
Expand Down

0 comments on commit 29036b6

Please # to comment.