Skip to content

Commit

Permalink
Merge pull request #47 from martinghunt/master
Browse files Browse the repository at this point in the history
 version bump, tweak setup.py
  • Loading branch information
aslett1 committed Jul 9, 2015
2 parents 9cf81fb + 9d5eb90 commit 1e79baf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iva/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import sys
import subprocess
version = '0.11.6'
version = '0.11.7'

class abspathAction(argparse.Action):
def __call__(self, parser, namespace, value, option_string):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name='iva',
version='0.11.6',
version='0.11.7',
description='Iterative Virus Assembler',
packages = find_packages(),
package_data={'iva': ['gage/*', 'ratt/*', 'read_trim/*']},
Expand All @@ -41,8 +41,8 @@
url='https://github.com/sanger-pathogens/iva',
scripts=glob.glob('scripts/*'),
test_suite='nose.collector',
tests_require=['nose >= 1.3'],
install_requires=[
'nose >= 1.3',
'pyfastaq >= 3.0.1',
'networkx >= 1.7',
'pysam >= 0.8.1'
Expand Down

0 comments on commit 1e79baf

Please sign in to comment.