Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Feb 3, 2016
2 parents 06ef9d6 + bbfe93c commit 6f8c35c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

MAJOR = 1
MINOR = 8
MICRO = 0
MICRO = 1
VERSION = "{0}.{1}.{2}".format(MAJOR, MINOR, MICRO)


Expand Down Expand Up @@ -107,7 +107,8 @@ def setup_package():
"pyGenClean.FlagHW", "pyGenClean.RelatedSamples",
"pyGenClean.DupSNPs", "pyGenClean.Misc", "pyGenClean.LaTeX",
"pyGenClean.HeteroHap", "pyGenClean.SampleMissingness",
"pyGenClean.NoCallHetero", "pyGenClean.PlinkUtils"],
"pyGenClean.NoCallHetero", "pyGenClean.PlinkUtils",
"pyGenClean.Contamination"],
package_data={"pyGenClean.LaTeX": ["templates/*.tex"]},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 6f8c35c

Please sign in to comment.