Skip to content

Commit

Permalink
Version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvh committed Sep 24, 2014
1 parent 219cab7 commit 8d60913
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 @@ -2,7 +2,7 @@
from setuptools.command.test import test as TestCommand
import sys

VERSION = "1.62"
VERSION = "1.7"
DESCRIPTION = """
pita - pita improves transcript annotation
"""
Expand Down Expand Up @@ -43,7 +43,7 @@ def run_tests(self):
"HTSeq",
"bcbio-gff",
"biopython",
"networkx",
"networkx >= 1.9",
"numpy",
],
cmdclass = {'test': PyTest},
Expand Down

0 comments on commit 8d60913

Please sign in to comment.