Skip to content

Commit

Permalink
update to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ri23 committed Apr 19, 2020
1 parent 387eb0f commit 1db6948
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.2'
# The full version, including alpha/beta/rc tags
release = '1.2.0'
release = '1.2.1'


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

0 comments on commit 1db6948

Please sign in to comment.