From cb360579bc535bd43e91fe8d93e103a7e6c8f7af Mon Sep 17 00:00:00 2001 From: rdnfn <75615911+rdnfn@users.noreply.github.com> Date: Fri, 1 Jul 2022 18:07:31 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.1=20=E2=86=92=200.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- beobench/__init__.py | 2 +- beobench/data/configs/default.yaml | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4ee17472..bb876fca 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,7 +9,7 @@ message: >- If you use this software, please cite it using the metadata from this file. type: software -version: 0.5.1 +version: 0.5.2 url: https://github.com/rdnfn/beobench authors: - given-names: Arduin diff --git a/beobench/__init__.py b/beobench/__init__.py index 8008eba6..2863dcf4 100644 --- a/beobench/__init__.py +++ b/beobench/__init__.py @@ -2,7 +2,7 @@ __author__ = """Beobench authors""" __email__ = "-" -__version__ = "0.5.1" +__version__ = "0.5.2" from beobench.utils import restart from beobench.experiment.scheduler import run diff --git a/beobench/data/configs/default.yaml b/beobench/data/configs/default.yaml index 791fdbd3..235e91d3 100644 --- a/beobench/data/configs/default.yaml +++ b/beobench/data/configs/default.yaml @@ -107,4 +107,4 @@ general: # experiment once. num_samples: 1 # Beobench version - version: 0.5.1 + version: 0.5.2 diff --git a/setup.cfg b/setup.cfg index 85aec9ae..db2aaad2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 commit = True tag = True diff --git a/setup.py b/setup.py index f6b49640..3f555dbe 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.5.1" # pylint: disable=invalid-name +version = "0.5.2" # pylint: disable=invalid-name requirements = [ "docker",