diff --git a/beobench/__init__.py b/beobench/__init__.py index ede46ad8..86573290 100644 --- a/beobench/__init__.py +++ b/beobench/__init__.py @@ -2,7 +2,7 @@ __author__ = """rdnfn""" __email__ = "-" -__version__ = "0.4.2" +__version__ = "0.4.3" from beobench.utils import restart from beobench.experiment.scheduler import run diff --git a/setup.cfg b/setup.cfg index 6d09b3b2..56417da8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.2 +current_version = 0.4.3 commit = True tag = True diff --git a/setup.py b/setup.py index 8649c20c..683f6412 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("HISTORY.rst", encoding="UTF-8") as history_file: history = history_file.read() -version = "0.4.2" # pylint: disable=invalid-name +version = "0.4.3" # pylint: disable=invalid-name requirements = [ "docker",