Skip to content

Commit 0dc5408

Browse files
committed
increase to v1.5.0
1 parent 3d92693 commit 0dc5408

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = 'GeneWalk Developers'
2626

2727
# The short X.Y version
28-
version = '1.4'
28+
version = '1.5'
2929
# The full version, including alpha/beta/rc tags
30-
release = '1.4.0'
30+
release = '1.5.0'
3131

3232

3333
# -- General configuration ---------------------------------------------------

genewalk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
logging.getLogger('gensim.summarization.textcleaner').setLevel(logging.WARNING)
1313

1414

15-
__version__ = '1.4.0'
15+
__version__ = '1.5.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def main():
1212
'scipy>=1.3.0', 'matplotlib', 'seaborn', 'plotly>=4.0.0']
1313

1414
setup(name='genewalk',
15-
version='1.4.0',
15+
version='1.5.0',
1616
description='Determine gene function based on network embeddings.',
1717
long_description=long_description,
1818
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)