We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ca049 commit 33b3de5Copy full SHA for 33b3de5
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.4
+current_version = 0.1.5
3
commit = True
4
tag = True
5
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = tensorly-viz
-version = 0.1.4
+version = 0.1.5
license = "MIT license",
description = Package to visualise component-based decomposition models such as PCA and PARAFAC
6
long_description = file: README.rst
tlviz/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
__author__ = "Marie Roald & Yngve Mardal Moe"
-__version__ = "0.1.4"
+__version__ = "0.1.5"
7
from . import (
0 commit comments