Skip to content

Commit

Permalink
Bump version: 0.1.5 → 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarieRoald committed Nov 2, 2022
1 parent b7eb161 commit 28fc68f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.5
current_version = 0.1.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
long_description = file: README.rst
Expand Down
2 changes: 1 addition & 1 deletion tlviz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__author__ = "Marie Roald & Yngve Mardal Moe"
__version__ = "0.1.5"
__version__ = "0.1.6"


from . import (
Expand Down

0 comments on commit 28fc68f

Please sign in to comment.