From 610e3d1e35e77c49af66efc4edfd42271a759069 Mon Sep 17 00:00:00 2001 From: Marinka Zitnik Date: Sat, 10 Aug 2019 21:12:44 -0700 Subject: [PATCH] Version bump --- docs/conf.py | 4 ++-- nimfa/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index da0d640..6b93d97 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ # General information about the project. project = 'Nimfa' -copyright = '2017, Marinka Zitnik' +copyright = '2019, 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 @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.3' # The full version, including alpha/beta/rc tags. -release = '1.3.4' +release = '1.3.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/nimfa/__init__.py b/nimfa/__init__.py index ddc37d5..60c2fa5 100644 --- a/nimfa/__init__.py +++ b/nimfa/__init__.py @@ -12,7 +12,7 @@ """ __license__ = 'BSD' -__version__ = '1.3.4' +__version__ = '1.3.5' __maintainer__ = 'Marinka Zitnik' __email__ = 'marinka@cs.stanford.edu' diff --git a/setup.py b/setup.py index 6130fe3..6fe2ead 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ KEYWORDS = ['matrix factorization', 'nonnegative matrix factorization', 'bioinformatics', 'data mining', 'machine learning'] LICENSE = 'BSD' -VERSION = '1.3.4' +VERSION = '1.3.5' ISRELEASED = True INSTALL_REQUIRES = (