Skip to content

Commit 6b84413

Browse files
committed
bump version 0.5.2 -> 0.5.3
1 parent d47eda2 commit 6b84413

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "pymob"
1010
copyright = "2024, Florian Schunck"
1111
author = "Florian Schunck"
12-
release = "0.5.2"
12+
release = "0.5.3"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pymob/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from . import solvers
55
from . import examples
66

7-
__version__ = "0.5.2"
7+
__version__ = "0.5.3"
88

99

1010
from .simulation import SimulationBase

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pymob"
7-
version = "0.5.2"
7+
version = "0.5.3"
88
authors = [
99
{ name="Florian Schunck", email="[email protected]" },
1010
]
@@ -73,7 +73,7 @@ pymoo = ["pymoo ~= 0.6.0", "pathos ~= 0.3.1"]
7373
interactive = ["ipywidgets ~= 8.1.1", "IPython ~= 8.17.2"]
7474

7575
[tool.bumpver]
76-
current_version = "0.5.2"
76+
current_version = "0.5.3"
7777
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
7878
commit_message = "bump version {old_version} -> {new_version}"
7979
tag_message = "{new_version}"

0 commit comments

Comments
 (0)