From 3752a432c7db0ef1b07c52fc9690897b0eea9382 Mon Sep 17 00:00:00 2001 From: Pradeep Bashyal Date: Mon, 11 Dec 2023 09:25:34 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.5=20=E2=86=92=201.1.6=20(?= =?UTF-8?q?#45)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pygfe/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pygfe/__init__.py b/pygfe/__init__.py index 130c8ea..5a2c3aa 100644 --- a/pygfe/__init__.py +++ b/pygfe/__init__.py @@ -26,4 +26,4 @@ __author__ = """NMDP Bioinformatics""" -__version__ = '1.1.5' +__version__ = '1.1.6' diff --git a/setup.cfg b/setup.cfg index 42a5ee5..8466233 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.5 +current_version = 1.1.6 commit = True tag = True diff --git a/setup.py b/setup.py index ead10cc..007d2ce 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( name='py-gfe', - version='1.1.5', + version='1.1.6', description="Python package for converting sequence annotations to gene feature enumerations (GFE).", long_description=readme + '\n\n' + history, author="CIBMTR",