From c6654ca72f46233ddee618a0b15c3840afc209d9 Mon Sep 17 00:00:00 2001 From: pbashyal-nmdp Date: Sat, 26 Mar 2022 13:10:40 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.4=20=E2=86=92=200.7.5?= 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 f42b95d..367dc16 100644 --- a/pyard/__init__.py +++ b/pyard/__init__.py @@ -24,5 +24,5 @@ from .pyard import ARD __author__ = """NMDP Bioinformatics""" -__version__ = '0.7.4' +__version__ = '0.7.5' diff --git a/setup.cfg b/setup.cfg index bd8dec6..4b89566 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.4 +current_version = 0.7.5 commit = True tag = True diff --git a/setup.py b/setup.py index aee5879..fea7906 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name='py-ard', - version='0.7.4', + version='0.7.5', description="ARD reduction for HLA with Python", long_description=readme + '\n\n' + history, long_description_content_type="text/markdown",