Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marinkaz committed Oct 10, 2019
1 parent f026ef8 commit f083114
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
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
2 changes: 1 addition & 1 deletion nimfa/__init__.py
Expand Up @@ -12,7 +12,7 @@
"""

__license__ = 'BSD'
__version__ = '1.3.5'
__version__ = '1.4.0'
__maintainer__ = 'Marinka Zitnik'
__email__ = 'marinka@cs.stanford.edu'

Expand Down
1 change: 0 additions & 1 deletion nimfa/tests/test_examples.py
Expand Up @@ -9,7 +9,6 @@
from nimfa.examples import recommendations
from nimfa.examples import cbcl_images


import pytest

synthetic_runs = [getattr(synthetic, f) for f in dir(synthetic) if f.startswith('run_')]
Expand Down
3 changes: 2 additions & 1 deletion setup.py
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 f083114

Please sign in to comment.