From 889c108ae45d2ed3f2686a84b4d3f18cae297895 Mon Sep 17 00:00:00 2001 From: pbashyal-nmdp Date: Thu, 4 Feb 2021 11:55:58 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyard/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyard/__init__.py b/pyard/__init__.py index 5f85ea0..1a3b219 100644 --- a/pyard/__init__.py +++ b/pyard/__init__.py @@ -24,4 +24,4 @@ from .pyard import ARD __author__ = """NMDP Bioinformatics""" -__version__ = '0.6.0' +__version__ = '0.6.1' diff --git a/setup.cfg b/setup.cfg index 5fc3028..4453b66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True diff --git a/setup.py b/setup.py index 355a737..b720585 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name='py-ard', - version='0.6.0', + version='0.6.1', description="ARD reduction for HLA with Python", long_description=readme + '\n\n' + history, author="CIBMTR",