From 1db694897f893f21e6c66e9877bef954e06b2336 Mon Sep 17 00:00:00 2001 From: ri23 Date: Sat, 18 Apr 2020 22:00:54 -0400 Subject: [PATCH] update to v1.2.1 --- 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 2823d69..ef078f6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = '1.2' # The full version, including alpha/beta/rc tags -release = '1.2.0' +release = '1.2.1' # -- General configuration --------------------------------------------------- diff --git a/genewalk/__init__.py b/genewalk/__init__.py index c58b005..a574be9 100644 --- a/genewalk/__init__.py +++ b/genewalk/__init__.py @@ -12,4 +12,4 @@ logging.getLogger('gensim.summarization.textcleaner').setLevel(logging.WARNING) -__version__ = '1.2.0' +__version__ = '1.2.1' diff --git a/setup.py b/setup.py index 99a7c48..874969a 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def main(): 'indra>=1.14.1', 'scipy>=1.3.0'] setup(name='genewalk', - version='1.2.0', + version='1.2.1', description='Determine gene function based on network embeddings.', long_description=long_description, long_description_content_type='text/markdown',