Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnfn committed Feb 3, 2022
1 parent 50b7655 commit 337b4ff
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,6 +2,6 @@

__author__ = """rdnfn"""
__email__ = "-"
__version__ = "0.2.0"
__version__ = "0.2.1"

from beobench.utils import restart
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.2.0
current_version = 0.2.1
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.2.0"
version = "0.2.1"

requirements = [
"wandb",
Expand Down

0 comments on commit 337b4ff

Please sign in to comment.