Skip to content

Commit

Permalink
Version bump 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hunt committed Sep 6, 2016
1 parent ee89220 commit 7f6a3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iva/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import sys
import subprocess
version = '1.0.6'
version = '1.0.7'

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

setup(
name='iva',
version='1.0.6',
version='1.0.7',
description='Iterative Virus Assembler',
packages = find_packages(),
package_data={'iva': ['gage/*', 'ratt/*', 'read_trim/*', 'test_run_data/*']},
Expand Down

0 comments on commit 7f6a3e9

Please sign in to comment.