Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marinkaz committed Sep 22, 2017
1 parent fa0f3d2 commit a37335f
Show file tree
Hide file tree
Showing 94 changed files with 8 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/source/conf.py → docs/conf.py
Expand Up @@ -43,7 +43,7 @@

# General information about the project.
project = 'Nimfa'
copyright = '2016, The Nimfa developers'
copyright = '2017, Marinka Zitnik'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.1'
release = '1.3.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -199,7 +199,7 @@
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'nimfa-APythonLibraryforNonnegativeMatrixFactorization.tex', 'nimfa - A Python Library for Nonnegative Matrix Factorization',
'The Nimfa developers', 'manual'),
'Marinka Zitnik', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion nimfa/__init__.py
Expand Up @@ -12,7 +12,7 @@
"""

__license__ = 'BSD'
__version__ = '1.3.2'
__version__ = '1.3.4'
__maintainer__ = 'Marinka Zitnik'
__email__ = 'marinka@cs.stanford.edu'

Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
@@ -1,2 +1,5 @@
[bdist_wheel]
universal=1

[metadata]
description-file = README.md
2 changes: 1 addition & 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.2'
VERSION = '1.3.4'
ISRELEASED = True

INSTALL_REQUIRES = (
Expand Down

0 comments on commit a37335f

Please sign in to comment.