We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496ce13 commit 67cc91aCopy full SHA for 67cc91a
beobench/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """rdnfn"""
4
__email__ = "-"
5
-__version__ = "0.4.2"
+__version__ = "0.4.3"
6
7
from beobench.utils import restart
8
from beobench.experiment.scheduler import run
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.4.2
+current_version = 0.4.3
commit = True
tag = True
setup.py
@@ -10,7 +10,7 @@
10
with open("HISTORY.rst", encoding="UTF-8") as history_file:
11
history = history_file.read()
12
13
-version = "0.4.2" # pylint: disable=invalid-name
+version = "0.4.3" # pylint: disable=invalid-name
14
15
requirements = [
16
"docker",
0 commit comments