Skip to content

Commit

Permalink
Bump version: 0.13.0 → 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
forieux committed Sep 12, 2022
1 parent 8f377eb commit 0abe0fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.0
current_version = 0.13.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qmm"
version = "0.13.0"
version = "0.13.1"
description = "Quadratic Majorize-Minimize Python toolbox"
authors = ["François Orieux <francois.orieux@universite-paris-saclay.fr>", "Ralph Abirizk <ralph.abirizk@universite-paris-saclay.fr>"]
maintainers = ["François Orieux <francois.orieux@universite-paris-saclay.fr>"]
Expand Down
2 changes: 1 addition & 1 deletion qmm/__init__.py
@@ -1,3 +1,3 @@
__version__ = "0.13.0"
__version__ = "0.13.1"

from .qmm import *
2 changes: 1 addition & 1 deletion qmm/qmm.py
Expand Up @@ -37,7 +37,7 @@
__copyright__ = "2021, François Orieux <francois.orieux@universite-paris-saclay.fr>"
__credits__ = ["François Orieux"]
__license__ = "GPL-3.0-or-later"
__version__ = "0.13.0"
__version__ = "0.13.1"
__maintainer__ = "François Orieux"
__email__ = "francois.orieux@universite-paris-saclay.fr"
__status__ = "beta"
Expand Down

0 comments on commit 0abe0fb

Please sign in to comment.