From d39665df8f4877b9a8c511a5d3849e460b1a7f41 Mon Sep 17 00:00:00 2001 From: ri23 Date: Mon, 29 Mar 2021 10:17:26 -0400 Subject: [PATCH] update version to 1.5.2 --- doc/conf.py | 2 +- genewalk/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index cfeef6f..c110cb9 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = '1.5' # The full version, including alpha/beta/rc tags -release = '1.5.1' +release = '1.5.2' # -- General configuration --------------------------------------------------- diff --git a/genewalk/__init__.py b/genewalk/__init__.py index a764817..59fccf3 100644 --- a/genewalk/__init__.py +++ b/genewalk/__init__.py @@ -12,4 +12,4 @@ logging.getLogger('gensim.summarization.textcleaner').setLevel(logging.WARNING) -__version__ = '1.5.1' +__version__ = '1.5.2' diff --git a/setup.py b/setup.py index 2d83dff..f181d80 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def main(): 'scipy>=1.3.0', 'matplotlib', 'seaborn', 'plotly>=4.0.0'] setup(name='genewalk', - version='1.5.1', + version='1.5.2', description='Determine gene function based on network embeddings.', long_description=long_description, long_description_content_type='text/markdown',