Skip to content

Commit

Permalink
Merge pull request #34 from martinghunt/update_fastaq_3.6.1
Browse files Browse the repository at this point in the history
Require fastaq 3.6.1; version bump
  • Loading branch information
bewt85 committed Aug 20, 2015
2 parents 419dfd7 + 720c578 commit 92c6a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circlator/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Error (Exception): pass

version = '0.16.0'
version = '0.16.1'

def syscall(cmd, allow_fail=False, verbose=False):
if verbose:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='circlator',
version='0.16.0',
version='0.16.1',
description='circlator: a tool to circularise genome assemblies',
packages = find_packages(),
package_data={'circlator': ['data/*']},
Expand All @@ -19,7 +19,7 @@
tests_require=['nose >= 1.3'],
install_requires=[
'openpyxl',
'pyfastaq >= 3.6.0',
'pyfastaq >= 3.6.1',
'pysam >= 0.8.1',
'pymummer>=0.4.0',
'bio_assembly_refinement>=0.3.3',
Expand Down

0 comments on commit 92c6a5b

Please sign in to comment.