Skip to content

Commit cb36057

Browse files
committed
Bump version: 0.5.1 → 0.5.2
1 parent d690de2 commit cb36057

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ message: >-
99
If you use this software, please cite it using the
1010
metadata from this file.
1111
type: software
12-
version: 0.5.1
12+
version: 0.5.2
1313
url: https://github.com/rdnfn/beobench
1414
authors:
1515
- given-names: Arduin

beobench/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Beobench authors"""
44
__email__ = "-"
5-
__version__ = "0.5.1"
5+
__version__ = "0.5.2"
66

77
from beobench.utils import restart
88
from beobench.experiment.scheduler import run

beobench/data/configs/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ general:
107107
# experiment once.
108108
num_samples: 1
109109
# Beobench version
110-
version: 0.5.1
110+
version: 0.5.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.5.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
with open("HISTORY.rst", encoding="UTF-8") as history_file:
1111
history = history_file.read()
1212

13-
version = "0.5.1" # pylint: disable=invalid-name
13+
version = "0.5.2" # pylint: disable=invalid-name
1414

1515
requirements = [
1616
"docker",

0 commit comments

Comments
 (0)