Skip to content

Commit

Permalink
Update version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelley, Ryan committed Nov 16, 2017
1 parent be39951 commit 0cfb2b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.3.1
-Support for version 3 GTC files during locus aggregation

1.3.0
-Added new function to assist with aggregation of information across samples for loci (see LocusAggregate)
-Added new class to parse binary EGT files
Expand Down
2 changes: 1 addition & 1 deletion module/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# of the authors and should not be interpreted as representing official policies,
# either expressed or implied, of the FreeBSD Project.

__version__ = "1.3.0"
__version__ = "1.3.1"
from .GenotypeCalls import code2genotype, NC, AA, AB, BB, GenotypeCalls, NormalizationTransform, ScannerData
from .BeadPoolManifest import RefStrand, SourceStrand, BeadPoolManifest
from .LocusAggregate import LocusAggregate
Expand Down

0 comments on commit 0cfb2b4

Please sign in to comment.