Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnfn committed Apr 4, 2022
1 parent ce9c26d commit 95cd78a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beobench/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """rdnfn"""
__email__ = "-"
__version__ = "0.4.1"
__version__ = "0.4.2"

from beobench.utils import restart
from beobench.experiment.scheduler import run
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.4.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with open("HISTORY.rst", encoding="UTF-8") as history_file:
history = history_file.read()

version = "0.4.1" # pylint: disable=invalid-name
version = "0.4.2" # pylint: disable=invalid-name

requirements = [
"docker",
Expand Down

0 comments on commit 95cd78a

Please sign in to comment.