Skip to content

Commit

Permalink
Updates setup and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jzieve committed Oct 26, 2020
1 parent 185e069 commit 6d33e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2"
__version__ = "1.3.3"
from .GenotypeCalls import code2genotype, NC, AA, AB, BB, GenotypeCalls, NormalizationTransform, ScannerData
from .BeadPoolManifest import RefStrand, SourceStrand, BeadPoolManifest
from .LocusAggregate import LocusAggregate
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
author_email='[email protected]',
packages=['IlluminaBeadArrayFiles'],
package_dir={'IlluminaBeadArrayFiles' : 'module'},
version='1.2.0'
version='1.3.3'
)

0 comments on commit 6d33e6e

Please sign in to comment.