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 7ec32ba commit 74c08e8Copy full SHA for 74c08e8
beobench/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """rdnfn"""
4
__email__ = "-"
5
-__version__ = "0.4.0"
+__version__ = "0.4.1"
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.0
+current_version = 0.4.1
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.0" # pylint: disable=invalid-name
+version = "0.4.1" # pylint: disable=invalid-name
14
15
requirements = [
16
"docker",
0 commit comments