Skip to content

Commit

Permalink
Merge pull request #65 from martinghunt/v1.0.5
Browse files Browse the repository at this point in the history
Version bump 1.0.5
  • Loading branch information
martinghunt committed May 5, 2016
2 parents 197c094 + 04ab183 commit 64cc0c3
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.4'
version = '1.0.5'

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.4',
version='1.0.5',
description='Iterative Virus Assembler',
packages = find_packages(),
package_data={'iva': ['gage/*', 'ratt/*', 'read_trim/*', 'test_run_data/*']},
Expand Down

0 comments on commit 64cc0c3

Please sign in to comment.