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.
2 parents e1ffc80 + dc440a8 commit 775e0dfCopy full SHA for 775e0df
pyard/__init__.py
@@ -24,4 +24,4 @@
24
from .pyard import ARD
25
26
__author__ = """NMDP Bioinformatics"""
27
-__version__ = '0.3.1'
+__version__ = '0.4.0'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.1
+current_version = 0.4.0
3
commit = True
4
tag = True
5
setup.py
@@ -42,7 +42,7 @@
42
43
setup(
44
name='py-ard',
45
- version='0.3.1',
+ version='0.4.0',
46
description="ARD reduction for HLA with python",
47
long_description=readme + '\n\n' + history,
48
author="CIBMTR",
0 commit comments