diff --git a/beobench/__init__.py b/beobench/__init__.py index b5beabec..4998ceca 100644 --- a/beobench/__init__.py +++ b/beobench/__init__.py @@ -2,7 +2,7 @@ __author__ = """Beobench authors""" __email__ = "-" -__version__ = "0.4.3" +__version__ = "0.4.4" from beobench.utils import restart from beobench.experiment.scheduler import run diff --git a/setup.cfg b/setup.cfg index 137a4000..1c061b63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.3 +current_version = 0.4.4 commit = True tag = True @@ -18,8 +18,8 @@ universal = 1 exclude = docsv max-line-length = 88 docstring-convention = google -extend-ignore = +extend-ignore = E203, [doc8] -max-line-length=2000 \ No newline at end of file +max-line-length = 2000 diff --git a/setup.py b/setup.py index 9b1e4b0c..bdf90d5a 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.3" # pylint: disable=invalid-name +version = "0.4.4" # pylint: disable=invalid-name requirements = [ "docker",