Skip to content

Commit 9252732

Browse files
committed
Bump version: 0.1.3 → 0.1.4
1 parent 99a2565 commit 9252732

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3
2+
current_version = 0.1.4
33
commit = True
44
tag = True
55

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Marie Roald"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "0.1.3"
27+
release = "0.1.4"
2828

2929

3030
# -- General configuration ---------------------------------------------------

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = matcouply
33
keywords=matcouply
4-
version = 0.1.3
4+
version = 0.1.4
55
license = MIT
66
description = Regularized coupled matrix factorisation with AO-ADMM
77
long_description = file: README.rst

src/matcouply/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Marie Roald"""
66
__email__ = "[email protected]"
7-
__version__ = "0.1.3"
7+
__version__ = "0.1.4"
88

99

1010
from . import coupled_matrices, data, decomposition, penalties, random

0 commit comments

Comments
 (0)