Skip to content

Commit 9d04aaa

Browse files
committed
bump version 0.5.3 -> 0.5.4
1 parent edc07c5 commit 9d04aaa

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
@@ -15,7 +15,7 @@
1515
project = "pymob"
1616
copyright = "2024, Florian Schunck"
1717
author = "Florian Schunck"
18-
release = "0.5.3"
18+
release = "0.5.4"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# 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.3"
7+
__version__ = "0.5.4"
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.3"
7+
version = "0.5.4"
88
authors = [
99
{ name="Florian Schunck", email="[email protected]" },
1010
]
@@ -83,7 +83,7 @@ pymoo = ["pymoo ~= 0.6.0", "pathos ~= 0.3.1"]
8383
interactive = ["ipywidgets ~= 8.1.1", "IPython ~= 8.17.2"]
8484

8585
[tool.bumpver]
86-
current_version = "0.5.3"
86+
current_version = "0.5.4"
8787
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
8888
commit_message = "bump version {old_version} -> {new_version}"
8989
tag_message = "{new_version}"

0 commit comments

Comments
 (0)