Skip to content

Commit 33b3de5

Browse files
committed
Bump version: 0.1.4 → 0.1.5
1 parent 63ca049 commit 33b3de5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.4
2+
current_version = 0.1.5
33
commit = True
44
tag = True
55

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = tensorly-viz
3-
version = 0.1.4
3+
version = 0.1.5
44
license = "MIT license",
55
description = Package to visualise component-based decomposition models such as PCA and PARAFAC
66
long_description = file: README.rst

tlviz/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__author__ = "Marie Roald & Yngve Mardal Moe"
4-
__version__ = "0.1.4"
4+
__version__ = "0.1.5"
55

66

77
from . import (

0 commit comments

Comments
 (0)