File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ message: >-
9
9
If you use this software, please cite it using the
10
10
metadata from this file.
11
11
type : software
12
- version : 0.5.1
12
+ version : 0.5.2
13
13
url : https://github.com/rdnfn/beobench
14
14
authors :
15
15
- given-names : Arduin
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Beobench authors"""
4
4
__email__ = "-"
5
- __version__ = "0.5.1 "
5
+ __version__ = "0.5.2 "
6
6
7
7
from beobench .utils import restart
8
8
from beobench .experiment .scheduler import run
Original file line number Diff line number Diff line change @@ -107,4 +107,4 @@ general:
107
107
# experiment once.
108
108
num_samples : 1
109
109
# Beobench version
110
- version : 0.5.1
110
+ version : 0.5.2
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.1
2
+ current_version = 0.5.2
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 10
10
with open ("HISTORY.rst" , encoding = "UTF-8" ) as history_file :
11
11
history = history_file .read ()
12
12
13
- version = "0.5.1 " # pylint: disable=invalid-name
13
+ version = "0.5.2 " # pylint: disable=invalid-name
14
14
15
15
requirements = [
16
16
"docker" ,
You can’t perform that action at this time.
0 commit comments