Skip to content

Commit 610e3d1

Browse files
committed
Version bump
1 parent 1c2f5db commit 610e3d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# General information about the project.
4545
project = 'Nimfa'
46-
copyright = '2017, Marinka Zitnik'
46+
copyright = '2019, Marinka Zitnik'
4747

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

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

nimfa/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"""
1313

1414
__license__ = 'BSD'
15-
__version__ = '1.3.4'
15+
__version__ = '1.3.5'
1616
__maintainer__ = 'Marinka Zitnik'
1717
__email__ = '[email protected]'
1818

setup.py

+1-1
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.4'
18+
VERSION = '1.3.5'
1919
ISRELEASED = True
2020

2121
INSTALL_REQUIRES = (

0 commit comments

Comments
 (0)