Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pyard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@
from __future__ import absolute_import
from .pyard import ARD

__author__ = """Michael Halagan"""
__email__ = 'mhalagan@nmdp.org'
__version__ = '0.0.10'
__author__ = """NMDP Bioinformatics"""
__version__ = '0.0.13'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.10
current_version = 0.0.13
commit = True
tag = True

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

setup(
name='py-ard',
version='0.0.12',
version='0.0.14',
description="ARD reduction for HLA with python",
long_description=readme + '\n\n' + history,
author="CIBMTR",
Expand Down