We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7eb161 commit 28fc68fCopy full SHA for 28fc68f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.5
+current_version = 0.1.6
3
commit = True
4
tag = True
5
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = tensorly-viz
-version = 0.1.5
+version = 0.1.6
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.5"
+__version__ = "0.1.6"
7
from . import (
0 commit comments