We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ccd0a commit 5d04130Copy full SHA for 5d04130
pyard/__init__.py
@@ -24,6 +24,5 @@
24
from __future__ import absolute_import
25
from .pyard import ARD
26
27
-__author__ = """Michael Halagan"""
28
-__email__ = '[email protected]'
29
-__version__ = '0.0.10'
+__author__ = """NMDP Bioinformatics"""
+__version__ = '0.0.13'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.10
+current_version = 0.0.13
3
commit = True
4
tag = True
5
setup.py
@@ -42,7 +42,7 @@
42
43
setup(
44
name='py-ard',
45
- version='0.0.12',
+ version='0.0.14',
46
description="ARD reduction for HLA with python",
47
long_description=readme + '\n\n' + history,
48
author="CIBMTR",
0 commit comments