diff --git a/.bumpversion.cfg b/.bumpversion.cfg index adcd0f9..95e3706 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True diff --git a/setup.cfg b/setup.cfg index 4b0492a..3d7e5d2 100644 --- a/setup.cfg +++ b/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 long_description = file: README.rst diff --git a/tlviz/__init__.py b/tlviz/__init__.py index 75e82a9..9154801 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.4" +__version__ = "0.1.5" from . import (