Skip to content

Commit

Permalink
update GeneWalk version number to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ri23 committed Jan 28, 2021
1 parent 02f5a7c commit 1289fe7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
author = 'GeneWalk Developers'

# The short X.Y version
version = '1.3'
version = '1.4'
# The full version, including alpha/beta/rc tags
release = '1.3.0'
release = '1.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion genewalk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
logging.getLogger('gensim.summarization.textcleaner').setLevel(logging.WARNING)


__version__ = '1.3.0'
__version__ = '1.4.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def main():
'plotly>=4.0.0']

setup(name='genewalk',
version='1.3.0',
version='1.4.0',
description='Determine gene function based on network embeddings.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 1289fe7

Please sign in to comment.