Skip to content

Commit

Permalink
Bumping version for vcf sample index bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjvincent committed Nov 30, 2015
1 parent 52d4344 commit 33e2461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion g2gtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .bins import bins


__version__ = '0.1.18'
__version__ = '0.1.19'
__author__ = 'Matthew Vincent, The Jackson Laboratory'
__email__ = '[email protected]'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def main():

setup(
name='g2gtools',
version='v0.1.18',
version='v0.1.19',
description="A set of tools that facilitates genome to genome conversion for studying multiparent populations",
long_description=readme + '\n\n' + history,
author='Kwangbom "KB" Choi & Matthew Vincent, The Jackson Laboratory',
Expand Down

0 comments on commit 33e2461

Please sign in to comment.