diff --git a/pyard/__init__.py b/pyard/__init__.py index 680d1f7..8b8afcb 100644 --- a/pyard/__init__.py +++ b/pyard/__init__.py @@ -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' diff --git a/setup.cfg b/setup.cfg index 2d0c840..a919b18 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.10 +current_version = 0.0.13 commit = True tag = True diff --git a/setup.py b/setup.py index 5cbfdc6..6fd5fee 100644 --- a/setup.py +++ b/setup.py @@ -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",