Skip to content

Commit 5d04130

Browse files
Update package to 0.0.14 (#34)
* Updated version to 0.0.14
1 parent e0ccd0a commit 5d04130

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

pyard/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@
2424
from __future__ import absolute_import
2525
from .pyard import ARD
2626

27-
__author__ = """Michael Halagan"""
28-
__email__ = '[email protected]'
29-
__version__ = '0.0.10'
27+
__author__ = """NMDP Bioinformatics"""
28+
__version__ = '0.0.13'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.10
2+
current_version = 0.0.13
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
setup(
4444
name='py-ard',
45-
version='0.0.12',
45+
version='0.0.14',
4646
description="ARD reduction for HLA with python",
4747
long_description=readme + '\n\n' + history,
4848
author="CIBMTR",

0 commit comments

Comments
 (0)