From 5869c49a77412a636eee0ca28687edeedd5f7137 Mon Sep 17 00:00:00 2001 From: rdnfn <75615911+rdnfn@users.noreply.github.com> Date: Mon, 28 Mar 2022 18:04:10 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beobench/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beobench/__init__.py b/beobench/__init__.py index 635554e2..1ac5307a 100644 --- a/beobench/__init__.py +++ b/beobench/__init__.py @@ -2,7 +2,7 @@ __author__ = """rdnfn""" __email__ = "-" -__version__ = "0.3.0" +__version__ = "0.4.0" from beobench.utils import restart from beobench.experiment.scheduler import run diff --git a/setup.cfg b/setup.cfg index 48467b0f..d798603a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.4.0 commit = True tag = True diff --git a/setup.py b/setup.py index 2bce94c0..53fe9b53 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.3.0" # pylint: disable=invalid-name +version = "0.4.0" # pylint: disable=invalid-name requirements = [ "docker",