Skip to content

Commit

Permalink
Merge pull request #14 from martinghunt/master
Browse files Browse the repository at this point in the history
version bump 0.1.0
  • Loading branch information
martinghunt authored Feb 21, 2018
2 parents e5d3d8e + c72c3aa commit 111edf8
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 @@ -4,7 +4,7 @@

setup(
name='bio-minos',
version='0.0.2',
version='0.1.0',
description='Variant call adjudication',
packages = find_packages(),
author='Martin Hunt',
Expand All @@ -14,7 +14,7 @@
test_suite='nose.collector',
tests_require=['nose >= 1.3'],
install_requires=[
'cluster_vcf_records >= 0.2.0',
'cluster_vcf_records >= 0.3.0',
'gramtools',
'pyfastaq >= 3.14.0',
'pymummer >= 0.10.3',
Expand Down

0 comments on commit 111edf8

Please sign in to comment.