Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tjiangHIT authored Sep 24, 2019
1 parent 80fd136 commit 1738e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name = "rMETL",
version = "1.0.2",
version = "1.0.4",
description = "realignment-based Mobile Element insertion detection Tool for Long read",
author = "Jiang Tao",
author_email = "[email protected]",
Expand All @@ -25,4 +25,4 @@
long_description = LONG_DESCRIPTION,
zip_safe = False,
install_requires = ['pysam', 'Biopython', 'Cigar']
)
)

0 comments on commit 1738e7a

Please sign in to comment.