Skip to content

Commit

Permalink
Bump version: 0.4.3 → 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnfn committed May 9, 2022
1 parent a3ea78a commit 539d7cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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__ = """Beobench authors"""
__email__ = "-"
__version__ = "0.4.3"
__version__ = "0.4.4"

from beobench.utils import restart
from beobench.experiment.scheduler import run
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.3
current_version = 0.4.4
commit = True
tag = True

Expand All @@ -18,8 +18,8 @@ universal = 1
exclude = docsv
max-line-length = 88
docstring-convention = google
extend-ignore =
extend-ignore =
E203,

[doc8]
max-line-length=2000
max-line-length = 2000
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.3" # pylint: disable=invalid-name
version = "0.4.4" # pylint: disable=invalid-name

requirements = [
"docker",
Expand Down

0 comments on commit 539d7cd

Please sign in to comment.