Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marinkaz committed Oct 9, 2019
1 parent f026ef8 commit eecbb05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3'
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.3.5'
release = '1.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
KEYWORDS = ['matrix factorization', 'nonnegative matrix factorization',
'bioinformatics', 'data mining', 'machine learning']
LICENSE = 'BSD'
VERSION = '1.3.5'
VERSION = '1.4.0'
ISRELEASED = True

INSTALL_REQUIRES = (
Expand Down Expand Up @@ -127,6 +127,7 @@ def setup_package():
package_dir={DISTNAME: './nimfa'},
package_data={DISTNAME: get_package_data('datasets')},
license=LICENSE,
long_description_content_type='text/markdown',
long_description=LONG_DESCRIPTION,
classifiers=['Intended Audience :: Science/Research',
'Intended Audience :: Developers',
Expand Down

0 comments on commit eecbb05

Please sign in to comment.