Skip to content

Commit eecbb05

Browse files
committed
version bump
1 parent f026ef8 commit eecbb05

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '1.3'
53+
version = '1.4'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.3.5'
55+
release = '1.4.0'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
KEYWORDS = ['matrix factorization', 'nonnegative matrix factorization',
1616
'bioinformatics', 'data mining', 'machine learning']
1717
LICENSE = 'BSD'
18-
VERSION = '1.3.5'
18+
VERSION = '1.4.0'
1919
ISRELEASED = True
2020

2121
INSTALL_REQUIRES = (
@@ -127,6 +127,7 @@ def setup_package():
127127
package_dir={DISTNAME: './nimfa'},
128128
package_data={DISTNAME: get_package_data('datasets')},
129129
license=LICENSE,
130+
long_description_content_type='text/markdown',
130131
long_description=LONG_DESCRIPTION,
131132
classifiers=['Intended Audience :: Science/Research',
132133
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)