diff --git a/pyard/__init__.py b/pyard/__init__.py index 535d673..e8211f8 100644 --- a/pyard/__init__.py +++ b/pyard/__init__.py @@ -24,4 +24,4 @@ from .pyard import ARD __author__ = """NMDP Bioinformatics""" -__version__ = '0.6.7' +__version__ = '0.6.8' diff --git a/setup.cfg b/setup.cfg index 296a340..ad90683 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.7 +current_version = 0.6.8 commit = True tag = True diff --git a/setup.py b/setup.py index a8e4280..cf70788 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name='py-ard', - version='0.6.7', + version='0.6.8', description="ARD reduction for HLA with Python", long_description=readme + '\n\n' + history, author="CIBMTR",