From 28fc68f10b7533eb518744676f97a5e728bd6973 Mon Sep 17 00:00:00 2001 From: Marie Roald Date: Wed, 2 Nov 2022 15:47:51 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.5=20=E2=86=92=200.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.cfg | 2 +- tlviz/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 95e3706..1b47773 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True diff --git a/setup.cfg b/setup.cfg index b91720c..0dac38f 100644 --- a/setup.cfg +++ b/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 long_description = file: README.rst diff --git a/tlviz/__init__.py b/tlviz/__init__.py index 9154801..e11582d 100644 --- a/tlviz/__init__.py +++ b/tlviz/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __author__ = "Marie Roald & Yngve Mardal Moe" -__version__ = "0.1.5" +__version__ = "0.1.6" from . import (