diff --git a/change_log.txt b/change_log.txt index b4ab845..e1f41ed 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,3 +1,6 @@ +1.3.2 + -Address missing import of functions + 1.3.1 -Support for version 3 GTC files during locus aggregation diff --git a/module/__init__.py b/module/__init__.py index a6f0ffc..b303ffb 100644 --- a/module/__init__.py +++ b/module/__init__.py @@ -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.1" +__version__ = "1.3.2" from .GenotypeCalls import code2genotype, NC, AA, AB, BB, GenotypeCalls, NormalizationTransform, ScannerData from .BeadPoolManifest import RefStrand, SourceStrand, BeadPoolManifest from .LocusAggregate import LocusAggregate