Skip to content

Commit

Permalink
update version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ri23 committed Mar 29, 2021
1 parent 91f18ca commit d39665d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion genewalk/__init__.py
Expand Up @@ -12,4 +12,4 @@
logging.getLogger('gensim.summarization.textcleaner').setLevel(logging.WARNING)


__version__ = '1.5.1'
__version__ = '1.5.2'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit d39665d

Please sign in to comment.